Unix & Linux/명령어
whereis 명령어
icocoa
2011. 6. 17. 15:17
- 프로그램의 위치를 출력
ex)
> whereis ls
/bin/ls
> whereis who
/usr/bin/who
DESCRIPTION
The whereis utility checks the standard binary directories for the specified programs, printing out the
paths of any it finds.
ex)
> whereis ls
/bin/ls
> whereis who
/usr/bin/who