0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

[Linux][command] マニュアル参照_man, whatis, makewhatis, apropos

Last updated at Posted at 2025-04-02

manコマンド

# man [オプション] コマンド名 | キーワード
オプション 由来 説明
(default) manual - 指定したコマンドのマニュアルページを表示
-k keyword - 指定したキーワードに部分一致するマニュアルページを表示
- aproposと同じ
-f function - 指定したキーワードに完全一致するマニュアルページを表示
- whatisと同じ
セクション番号 内容の説明
1 ユーザーコマンド(実行ファイル)
2 システムコール(カーネルが提供する関数)
3 ライブラリ関数(Cライブラリなど)
4 デバイスファイル
5 設定ファイル
6 ゲーム
7 その他(マクロパッケージ、規約など)
8 システム管理コマンド(root向け)
9 カーネルルーチン

apropos

whatis

makewhatis

Ping-t

man

makewhatis

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?