"리눅스 whereis"의 두 판 사이의 차이

23번째 줄: 23번째 줄:


[[분류: /usr/bin]]
[[분류: /usr/bin]]
[[분류: util-linux]]

2014년 11월 10일 (월) 02:19 판

1 개요

리눅스 whereis
/usr/bin/whereis
  • 명령어에 대한 바이너리, 소스, 매뉴얼 페이지의 위치를 알려주는 리눅스 명령어
[root@jmnote ~]# whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
[root@jmnote ~]# whereis httpd
httpd: /usr/sbin/httpd /usr/sbin/httpd.worker /usr/sbin/httpd.event /etc/httpd /usr/lib64/httpd /usr/include/httpd /usr/share/man/man1/httpd.1.gz /usr/share/man/man8/httpd.8.gz

2 같이 보기

3 참고 자료