オンラインマニュアルから指定したキーワードに部分一致するコマンドを検索する [root@localhost ~]$ apropos mail ← mailをキーワードにオンラインマニュアルを検索する Net::SMTP (3pm) - Simple Mail Transfer Protocol Client error (8) - Postfix error mail delivery agent formail (1) - mail (re)formatter hesiod_free_postoffice [hesiod_getmailhost] (3) - Hesiod functions for retrievi ng user to postoffice mappings hesiod_getmailhost (3) - Hesiod functions for retrieving user to postoffice m appings local (8) - Postfix local mail delivery logrotate (8) - rotates, compresses, and mails system logs mail (1) - send and receive mail mailaddr (7) - mail addressing description mailcap (4) - metamail capabilities file pickup (8) - Postfix local mail pickup postdrop (1) - Postfix mail posting utility postlock (1) - lock mail folder and execute command procmail (1) - autonomous mail processor procmailex (5) - procmail rcfile examples procmailrc (5) - procmail rcfile procmailsc (5) - procmail weighted scoring technique sendmail (1) - Postfix to Sendmail compatibility interface showq (8) - list the Postfix mail queue vboxmail (8) - script to send notification of new voice message virtual (8) - Postfix virtual domain mail delivery agent warnquota (8) - send mail to users over quota ※man -k mailと同じ オンラインマニュアルから指定したキーワードに完全一致するコマンドを検索する [root@localhost ~]$ whatis mail ← mailをキーワードにオンラインマニュアルを検索する mail (1) - send and receive mail ※man -f mailと同じ |