리눅스 apropos


개요

apropos
/usr/bin/apropos
  • whatis 데이터베이스 부분 문자열 검색
[root@zetawiki ~]# apropos trouble
setroubleshootd_selinux (8)  - Security Enhanced Linux Policy for the setroubleshootd processes
setroubleshoot_selinux (8)  - Security Enhanced Linux Policy for the setroubleshoot processes
[root@zetawiki ~]# man -k trouble
setroubleshootd_selinux (8)  - Security Enhanced Linux Policy for the setroubleshootd processes
setroubleshoot_selinux (8)  - Security Enhanced Linux Policy for the setroubleshoot processes
→ man -k는 apropos와 같다.

같이 보기

참고