DF(1) UNIX Programmer's Manual DF(1) NAME df - disk free SYNOPSIS df [ -i ] [ -l ] [ filesystem ... ] [ file ... ] DESCRIPTION _D_f prints out the number of free blocks available on the specified _f_i_l_e_s_y_s_t_e_m, e.g. ``/dev/rp0a'', or on the file system in which the specified _f_i_l_e, e.g. ``$HOME'', is con- tained. If no file system is specified, the free space on all of the normally mounted file systems is printed. The reported numbers are in file system block units; currently each file system block is 1024 bytes long. Other options are: -i Report also the number of inodes which are used and free. -l examines also the free list, double checking that the summary number in the file system superblock is correct. FILES /etc/fstab list of normally mounted file systems SEE ALSO fstab(5), icheck(8), quot(8) BUGS Does not know that ``/'' is a mounted file system. Printed 7/25/83 1