본문 바로가기

whereis, which 명령어 차이

오토씨 2013. 10. 19.

whereis bash
bash: /bin/bash /usr/share/man/man1/bash.1.gz

which bash
/bin/bash

whereis 명령은 명령의 실행파일, 소스, 맨페이지의 위치를 검색하는 명령이고,
which 명령은 환경 변수에 지정된 PATH 변수의 경로 내에서 실행 파일의 이름을 검색할때 사용. 

댓글