df(1) USER COMMANDS df(1)
NAME
df - report free disk space on file systems
SYNOPSIS
/usr/ucb/df [ -beglntvV ] [ directory|special ]
DESCRIPTION
df displays the amount of disk space occupied by currently
mounted file systems, the amount of used and available
space, and how much of the file system's total capacity has
been used. If arguments to df are path names, df produces a
report on the file system containing the named file. Thus
`df .' shows the amount of space on the file system con-
taining the current directory. The following options are
available:
-b Print only the number of kilobytes free.
-e Print only the number of file entries free.
-g Print the entire statvfs structure. Not valid with any
other option, except the -l option.
-l Report on local file systems only.
-n Print only the file system type name.
-t Report figures for total allocated blocks and files as
well as free blocks and files.
-v Print allocations in kilobytes.
-V Verbose. Echo complete command line.
EXAMPLE
A sample of output for df looks like:
df
Filesystem kbytes used avail capacity Mounted on
sparky:/ 7445 4714 1986 70% /
sparky:/usr 42277 35291 2758 93% /usr
FILES
/etc/mnttab list of file systems currently mounted
/etc/vfstab list of default parameters for each file
system
SEE ALSO
du(1M), quot(1M), tunefs(1M), mnttab(4) in the System
Administrator's Reference Manual.
Last change: BSD Compatibility Package 1