manコマンド(マニュアル)
- man 詳細を知りたいコマンド名またはユーティリティ名または関数名
- 詳細を知りたいコマンドの機能や使い方を知ることが出来る。日本語のマニュアルが用意されている場合は日本語で表示される(ようになっていると思う)。
-
使用例
- $ man ls
- lsコマンドに関するページを表示する。
- $ man -k 正規表現
-
マニュアルページの要約文とページ名から、正規表現で表わされたキーワードを検索する。マッチした結果はすべて表示する。
例
$ man -k apache
a2dismod (8) - enable or disable an apache2 module a2dissite (8) - enable or disable an apache2 site / virtual host a2enmod (8) - enable or disable an apache2 module a2ensite (8) - enable or disable an apache2 site / virtual host ab (8) - Apache HTTP server benchmarking tool apache2 (8) - Apache Hypertext Transfer Protocol Server apache2ctl (8) - Apache HTTP server control interface check_forensic (8) - tool to extract mod_log_forensic output from apache log files DBI::ProfileDumper::Apache (3pm) - capture DBI profiling data from Apache/mod_perl Log::Dispatch::ApacheLog (3pm) - Object for logging to Apache::Log objects logresolve (8) - Resolve IP-addresses to hostnames in Apache log files rotatelogs (8) - Piped logging program to rotate Apache logs
- $ man -f キーワード
-
キーワード と言う名前のマニュアルページを探し、見つかったものすべての要約文を表示する。 whatis -r キーワード と同等。
例
$ man -f ls
ls (1) - ディレクトリの中身をリスト表示する ls (1) - list directory contents