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

3번째 줄: 3번째 줄:
;/usr/bin/whatis
;/usr/bin/whatis
*리눅스 whatis DB 검색 명령어
*리눅스 whatis DB 검색 명령어
*apropos와는 달리 완전한 검색어를 넣어야 함


==실행 예시==
==실행 예시==
14번째 줄: 15번째 줄:
whatis              (1)  - search the whatis database for complete words
whatis              (1)  - search the whatis database for complete words
</source>
</source>
<source lang='dos'>
[root@jmnote ~]# whatis what
what: nothing appropriate
</source>
:→ 검색 결과 없음


==같이 보기==
==같이 보기==

2014년 1월 23일 (목) 01:56 판

1 개요

whatis
/usr/bin/whatis
  • 리눅스 whatis DB 검색 명령어
  • apropos와는 달리 완전한 검색어를 넣어야 함

2 실행 예시

[root@jmnote ~]# whatis httpd
httpd                (8)  - Apache Hypertext Transfer Protocol Server
→ httpd = 아파치 HTTP 서버
[root@jmnote ~]# whatis whatis
whatis               (1)  - search the whatis database for complete words
[root@jmnote ~]# whatis what
what: nothing appropriate
→ 검색 결과 없음

3 같이 보기

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