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

잔글 (봇: 자동으로 텍스트 교체 (-==참고 자료== +==참고==))
 
(사용자 2명의 중간 판 10개는 보이지 않습니다)
3번째 줄: 3번째 줄:
;/usr/bin/whatis
;/usr/bin/whatis
*리눅스 whatis 데이터베이스 검색 명령어
*리눅스 whatis 데이터베이스 검색 명령어
*명령어 + 1줄 설명
*apropos와는 달리 완전한 검색어를 넣어야 함
*apropos와는 달리 완전한 검색어를 넣어야 함


==실행 예시==
==실행 예시==
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# whatis httpd
[root@zetawiki ~]# whatis httpd
httpd                (8)  - Apache Hypertext Transfer Protocol Server
httpd                (8)  - Apache Hypertext Transfer Protocol Server
</source>
</source>
:→ httpd = 아파치 HTTP 서버
:→ httpd = 아파치 HTTP 서버
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# whatis whatis
[root@zetawiki ~]# whatis whatis
whatis              (1)  - search the whatis database for complete words
whatis              (1)  - search the whatis database for complete words
</source>
</source>
<source lang='dos'>
<source lang='console'>
[root@jmnote ~]# whatis what
[root@zetawiki ~]# whatis what
what: nothing appropriate
what: nothing appropriate
</source>
</source>
23번째 줄: 24번째 줄:
==같이 보기==
==같이 보기==
*[[apropos]]
*[[apropos]]
*[[makewhatis]]
*[[whereis]]
*[[whereis]]
*[[which]]
*[[which]]
*[[type]]
*[[리눅스 whatis 설치]]
==참고==
*http://en.wikipedia.org/wiki/Whatis


[[분류: /usr/bin]]
[[분류: /usr/bin]]

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

1 개요[ | ]

whatis
/usr/bin/whatis
  • 리눅스 whatis 데이터베이스 검색 명령어
  • 명령어 + 1줄 설명
  • apropos와는 달리 완전한 검색어를 넣어야 함

2 실행 예시[ | ]

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

3 같이 보기[ | ]

4 참고[ | ]

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