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?

【Mac】dfコマンドの使い方

Posted at

dfコマンドを使用するとファイルシステムのディスク使用量の概要を表示できます。

すべてのファイルシステムとそのディスク使用量を 512 バイト単位で表示

df

人間が読める単位(1024 の累乗ベース)を使用して総計を表示

df -h -c

人が読める単位(1000の累乗)を使用して総計を表示

df --si|-H

特定のファイルまたはディレクトリを含むファイルシステムとそのディスク使用量を表示

df path/to/file_or_directory
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?