df(1m)
_________________________________________________________________
df
report number of free disk blocks
_________________________________________________________________
SYNTAX
df [ -l ] [ -t ] [ -f ] [ file-system | special ] ...
DESCRIPTION
Df prints out the number of free blocks and free inodes available
for online file systems. File-system is the name of a the
mount-point directory of a file system. Special is a special
filename referring to a device containing a file system. If you
omit these arguments, the free space on all of the mounted file
systems is printed.
Options are:
-l Report only on local file systems.
-t Report also the total number of blocks initially allocated
to the file system.
-f Count only the blocks in the free list (free inodes are not
reported). With this option, df can report on raw devices.
EXAMPLES
df /usr
df /dev/dsk/usr
df /dev/rdsk/usr
The first example specifies a mounted directory name.
The second and third examples specify device names in the DG/UX
System.
FILES
/dev/dsk/*
SEE ALSO
fs(4), mnttab(4).
DG/UX 4.00 Page 1
Licensed material--property of copyright holder(s)