HOME >> コマンド辞書 >> システム管理 >> apropos/ whatis コマンド
システムコマンドの解説を検索・表示します --- apropos/ whatis コマンド
apropos [キーワード …]
whatis [キーワード …]
apropos コマンドはシステムコマンドの簡単な説明を収録したデータベースをキーワードで検索し、結果を表示します。
whatis コマンドでは完全一致の文字のみ表示します。(”man -f”コマンドと同じ働きをします。)
▼ キーワードを含むコマンドとファイルを検索
% apropos  ←─── ping コマンドについて検索
boot(8) - system bootstrapping procedures
devstat(9), devstat_add_entry(9), devstat_end_transaction(9), …
tion(9) - kernel interface for keeping device statistics
kcon(1) - pcvt keyboard control and remapping
keycap(5) - keyboard mapping data base
loader(8) - kernel bootstrapping final stage
munmap(2) - remove a mapping
ping(8) - send ICMP ECHO_REQUEST packets to network hosts
ping6(8) - send ICMPv6 ECHO_REQUEST packets to network hosts
reboot(8), halt(8), fastboot(8), fasthalt(8) - stopping and restarting the system
swapon(2) - add a swap device for interleaved paging/swapping
swapon(8) - specify additional device for paging and swapping
Net::Ping(3) - check a remote host for reachability
Text::Wrap(3) - line wrapping to form simple paragraphs
▼ キーワードと完全一致するコマンドを検索
% whatis  ←─── ping コマンドについて検索
ping(8) - send ICMP ECHO_REQUEST packets to network hosts
Net::Ping(3) - check a remote host for reachability
|