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

잔글 (로봇: 이중 넘겨주기 수정 → 리눅스 명령어 위치 확인)
1번째 줄: 1번째 줄:
#넘겨주기 [[리눅스 명령어 위치 확인]]
==개요==
;리눅스 whereis
;/usr/bin/whereis
*명령어에 대한 바이너리, 소스, 매뉴얼 페이지의 위치를 알려주는 리눅스 명령어
 
<source lang='cli'>
[root@jmnote ~]# whereis ifconfig
ifconfig: /sbin/ifconfig /usr/share/man/man8/ifconfig.8.gz
</source>
<source lang='cli'>
[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
</source>
 
==같이 보기==
* [[리눅스 명령어 위치 확인]]
* [[리눅스 which]]
* [[윈도우 where]]
 
==참고 자료==
*https://en.wikipedia.org/wiki/Whereis
 
[[분류: /usr/bin]]

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

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 참고 자료

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