df(1M) SYSTEM ADMINISTRATION COMMANDS df(1M)
NAME
df (s5) - report number of free disk blocks and i-nodes for
s5 file systems
SYNOPSIS
df [-F s5] [generic_options] [-f] [directory | special...]
DESCRIPTION
generic_options are options supported by the generic df com-
mand.
The df command prints out the number of free blocks and free
i-nodes in s5 file systems or directories by examining the
counts kept in the super-blocks. The special device name
(e.g., /dev/dsk/c1d0s2) or mount point directory name (e.g.,
/usr) must be specified. If directory is specified, the
report presents information for the device that contains the
directory.
The options are:
-F s5 Specifies the s5-FSType.
-f An actual count of the blocks in the free list is
made, rather than taking the figure from the
super-block.
NOTE
The -f option can be used with the -t, -b, and -e options.
The -k option overrides the -f option.
FILES
/dev/dsk/*
SEE ALSO
generic df(1M).
1