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?

More than 1 year has passed since last update.

OSファイルシステムの構成確認(man hier)

Last updated at Posted at 2023-07-29
  • 以下のコマンドを叩くと確認できる。
terminal
man hier
  • 以下のような内容が確認できる。
terminalの出力内容
/            ファイルシステムのルートディレクトリ

/bin/        シングルユーザーおよびマルチユーザー環境の両方に基本的なユーザーユーティリティ

/dev/        ブロックおよびキャラクタデバイスファイル

             fd/   ファイルディスクリプタファイル; fd(4)を参照

/etc/        システムの設定ファイルおよびスクリプト

/mach_kernel カーネルの実行ファイル(ブート時にメモリにロードされるオペレーティングシステム)。

/sbin/       シングルユーザーおよびマルチユーザー環境の両方に基本的なシステムプログラムおよび管理ユーティリティ

/tmp/        一時ファイル

/usr/        多くのユーザーユーティリティとアプリケーションが含まれています

             bin/       一般的なユーティリティ、プログラミングツール、およびアプリケーション
             include/   標準的なCインクルードファイル

                        arpa/       インターネットサービスプロトコルのCインクルードファイル
                        hfs/        HFSのCインクルードファイル
                        machine/    マシン固有のCインクルードファイル
                        net/        その他のネットワークCインクルードファイル
                        netinet/    インターネット標準プロトコルのCインクルードファイル; inet(4)を参照
                        nfs/        NFS(Network File System)のCインクルードファイル
                        objc/       Objective-CのCインクルードファイル
                        protocols/  BerkeleyサービスプロトコルのCインクルードファイル
                        sys/        システムのCインクルードファイル(カーネルデータ構造)
                        ufs/        UFSのCインクルードファイル

  • 参考

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?