31개의 명령어를 찾았습니다
예제:
$ ls -la예제:
$ cd /home/user예제:
$ pwd예제:
$ mkdir -p /path/to/directory예제:
$ rmdir empty_directory예제:
$ rm -rf directory예제:
$ cp -r source destination예제:
$ mv oldname newname예제:
$ find /path -name '*.txt'예제:
$ grep -r 'pattern' /path예제:
$ chmod 755 file.sh예제:
$ chown user:group file.txt예제:
$ ps aux예제:
$ top예제:
$ htop예제:
$ kill -9 1234예제:
$ killall firefox예제:
$ jobs예제:
$ nohup command &예제:
$ ping google.com예제:
$ wget https://example.com/file.zip예제:
$ curl -X POST https://api.example.com예제:
$ ssh user@hostname예제:
$ scp file.txt user@host:/path예제:
$ netstat -tuln예제:
$ df -h예제:
$ du -sh /path예제:
$ free -h예제:
$ uname -a예제:
$ uptime예제:
$ whoami