df(8) — Maintenance
OSF
NAME
df − Displays statistics on free disk space
SYNOPSIS
df [-ik] file | file system ...
FLAGS
-iIncludes statistics on the number of free inodes.
-kCauses the numbers to be reported in kilobytes. By default, all reported numbers are in 512-byte blocks.
DESCRIPTION
The df command displays statistics on the amount of free disk space on the specified file system or on the file system of which the specified file is a part. If neither a file nor a file system is specified, statistics for all mounted file systems are displayed.
FILES
/usr/bin/dfSpecifies the command path
RELATED INFORMATION
Commands: quota(8), mount(8), quot(8)
Files: fstab(4)