Skip to main content

df

# Display all filesystems and their disk usage
# using 512-byte units
df

# Display the filesystem and its disk usage
# of a file/directory
df path/to/file_or_dir

# Display the size in human redable
df -h

References​