WindyHana's Solanara: MAN 페이지

목차

개요

맨 페이지 관련 명령

man

whatis

키워드에 대한 한줄 개요를 표시. [man -f] 와 같다.
root@wl ~ # man -f smf
smf             smf (5)         - service management facility
root@wl ~ # whatis smf
smf             smf (5)         - service management facility
1) 만약 /usr/share/man/windex 를 찾을 수 없다는 메시지가 나오면 [/usr/bin/catman -w]명령을 실행해 해결할 수 있다. catman에 대해서는 문서 하단의 내용을 참조하자.

apropos

주어진 키워드가 들어있는 페이지를 가진 맨 페이지 키워드를 검색해 출력. [man -k]와 같다.
root@wldev ~ # man -k smf
inetconv        inetconv (1m)   - convert inetd\&.conf entries into smf service manifests, import them into smf repository
ksslcfg         ksslcfg (1m)    - enable and configure SMF instance of Kernel SSL
smf             smf (5)         - service management facility
...
root@wldev ~ # apropos smf
inetconv        inetconv (1m)   - convert inetd\&.conf entries into smf service manifests, import them into smf repository
ksslcfg         ksslcfg (1m)    - enable and configure SMF instance of Kernel SSL
smf             smf (5)         - service management facility
...
1) 만약 /usr/share/man/windex 를 찾을 수 없다는 메시지가 나오면 [/usr/bin/catman -w]명령을 실행해 해결할 수 있다. catman에 대해서는 문서 하단의 내용을 참조하자.

catman

MAN 페이지 생성

Twitter RSS IconTexto 올바른 XHTML 1.0 Transitional 입니다 올바른 CSS입니다!