document distributed with 4.2BSD
[unix-history] / usr / src / bin / df / df.1
.\" Copyright (c) 1980 Regents of the University of California.
.\" All rights reserved. The Berkeley software License Agreement
.\" specifies the terms and conditions for redistribution.
.\"
.\" @(#)df.1 6.1 (Berkeley) %G%
.\"
.TH DF 1 ""
.UC 4
.SH NAME
df \- disk free
.SH SYNOPSIS
.B df
[
.B \-i
] [ filesystem ... ] [ file ... ]
.SH DESCRIPTION
.I Df
prints out the amount of free disk space
available on the specified
.I filesystem,
e.g. ``/dev/rp0a'',
or on the filesystem in which the specified
.I file,
e.g. ``$HOME'',
is contained.
If no file system is specified,
the free space on all of
the normally mounted file systems
is printed.
The reported numbers are in kilobytes.
.PP
Other options are:
.TP
.B \-i
Report also the number of inodes which are used and free.
.SH FILES
/etc/fstab list of normally mounted filesystems
.SH "SEE ALSO"
fstab(5), icheck(8), quot(8)