머리가 나뻐서 삽질 SAP(Study And Programming)
리눅스에서 명령어의 경로와 도움말에 대한 명령어는 which, whereis, whatis, man, find등이 있다. 이중에서 명령어의 경로를 확인하는 가장 일반적인 명령어가 which이다. 사용하고 싶은 명령어의 위치가 기억나지 않을때 사용. [root@host1 commmand]# which find /usr/bin/find