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

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(같은 사용자의 중간 판 하나는 보이지 않습니다)
4번째 줄: 4번째 줄:
*명령어에 대한 바이너리, 소스, 매뉴얼 페이지의 위치를 알려주는 리눅스 명령어
*명령어에 대한 바이너리, 소스, 매뉴얼 페이지의 위치를 알려주는 리눅스 명령어


<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# whereis ifconfig
[root@zetawiki ~]# whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
</source>
</source>
<source lang='cli'>
<source lang='console'>
[root@zetawiki ~]# whereis httpd
[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
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
20번째 줄: 20번째 줄:
* [[윈도우 where]]
* [[윈도우 where]]


==참고 자료==
==참고==
*https://en.wikipedia.org/wiki/Whereis
*https://en.wikipedia.org/wiki/Whereis


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

2017년 7월 11일 (화) 04:11 기준 최신판

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 참고[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}