df
Report file system disk space usage.
Synopsis
df [options] [path]
Core Options
-hHuman-readable sizes.
-TShow filesystem type.
-iShow inode usage.
--totalShow a total row.
--output=FIELDCustom output fields.
Usage Examples
Human-readable
Readable sizes for all mounts.
df -hFilesystem Types
Include filesystem type.
df -ThCheck Inodes
Find inode exhaustion.
df -iBuilt for builders.