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

잔글 (로봇: 자동으로 텍스트 교체 (-[root@jmnote +[root@zetawiki))
16번째 줄: 16번째 줄:
* [[리눅스 명령어 위치 확인]]
* [[리눅스 명령어 위치 확인]]
* [[리눅스 which]]
* [[리눅스 which]]
* [[리눅스 whatis]]
* [[유틸 리눅스]]
* [[유틸 리눅스]]
* [[윈도우 where]]
* [[윈도우 where]]

2015년 10월 20일 (화) 17:49 판

1 개요

리눅스 whereis
/usr/bin/whereis
  • 명령어에 대한 바이너리, 소스, 매뉴얼 페이지의 위치를 알려주는 리눅스 명령어
[root@zetawiki ~]# whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
[root@zetawiki ~]# 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 참고 자료