df(1M) df(1M)
NAME
df - report number of free disk blocks
SYNOPSIS
df [-t] [-f] [file-systems]
DESCRIPTION
df prints out the number of free blocks and free i-nodes
available for on-line file systems by examining the counts
kept in the super-blocks or making statfs system calls for
remote file systems; file-systems may be specified either by
device name (e.g., /dev/dsk1/0s1) or by mounted directory
name (e.g., /usr). If the file-systems argument is
unspecified, the free space on all of the mounted file
systems is printed. The count of i-nodes free on remotely
mounted file systems is always zero.
The -t flag causes the total allocated block figures to be
reported as well.
If the -f flag option is given, only an actual count of the
blocks in the free list is made (free i-nodes are not
reported). With this flag option, df will report on raw
devices.
FILES
/bin/df
/dev/dsk/*
/etc/mtab
SEE ALSO
fs(4), mtab(4).
Page 1 (last mod. 1/15/87)