[리눅스/명령어] apropos에 관하여
·
리눅스/명령어
apropos 지정한 키워드와 포함되어 있는 매뉴얼 페이지의 목록 정보를 출력하는 명령으로 'man -k' 명령과 동일합니다. 발음은 "애프러포" 라고 읽습니다. s는 묵음 처리됩니다. 사전적 의미는 "~와 관련된" 입니다. 해당 man page에 포함되어(관련) 있는 키워드를 찾는 의미인 듯 합니다. 사용법 $ apropos 키워드 사용 예 [root@cb450d197711 ~]# apropos passwd chgpasswd (8) - update group passwords in batch mode chpasswd (8) - update passwords in batch mode fgetpwent_r (3) - get passwd file entry reentrantly getpwent_r (3) -..