df

Report file system disk space usage.

Synopsis

df [options] [path]

Core Options

-h

Human-readable sizes.

-T

Show filesystem type.

-i

Show inode usage.

--total

Show a total row.

--output=FIELD

Custom output fields.

Usage Examples

Human-readable

Readable sizes for all mounts.

df -h

Filesystem Types

Include filesystem type.

df -Th

Check Inodes

Find inode exhaustion.

df -i
Built for builders.