×
もしかして: unix コマンド df -h
Use the df command to display information about total space and available space on a file system. The FileSystem parameter specifies the name of the device on which the file system resides, the directory on which the file system is mounted, or the relative path name of a file system.
関連する質問
The df command displays information about total space and available space on a file system. The FileSystem parameter specifies the name of the device on which ...

df

Unix系オペレーションシステムコマンド
dfは、呼び出し元のユーザーが適切な読み取りアクセス権を持っているファイルシステムで使用可能なディスク容量を表示するために使用される標準のUnixコマンドです。 dfは通常、statfsまたはstatvfsシステムコールを使用して実装されます。 ウィキペディア(英語)
オペレーティング システムUnix系
ライセンスGNU Core Utilities
作成者ケン・トンプソン, デニス・リッチー; (ベル研究所)
2023/07/12 · To display how much disk space is free on mounted file systems in Unix, use the df command. At the Unix prompt, enter:
The df (disk free) command displays the amount of free disk space. This is often quite handy when determining if there is enough space to store an image on ...
Object: df Howto monitor disk space in Linux/Unix Unix commands.
df shows the amount of free space that is left on a file system. Space can have the following values: ... df measures space in units of 512-byte disk sectors. You ...
2021/05/15 · The df is an essential tool for a developer as it reports the amount of disk space used and available on a Linux or Unix file system.
2020/12/14 · df displays the amount of disk space available on the file system containing each file name argument. If no file name is given, the space ...
newbie: System Monitoring commands - du, df, ps, top, who, w, free. ... of a directory after the command will make it start from that directory. ... Command: who As ...