support partial dumps
[unix-history] / usr / src / bin / df / df.1
CommitLineData
c11b0d9e
KM
1.\" Copyright (c) 1980 Regents of the University of California.
2.\" All rights reserved. The Berkeley software License Agreement
3.\" specifies the terms and conditions for redistribution.
4.\"
a25f41cf 5.\" @(#)df.1 6.1 (Berkeley) %G%
c11b0d9e 6.\"
a25f41cf 7.TH DF 1 ""
c11b0d9e
KM
8.UC 4
9.SH NAME
10df \- disk free
11.SH SYNOPSIS
12.B df
13[
14.B \-i
c11b0d9e
KM
15] [ filesystem ... ] [ file ... ]
16.SH DESCRIPTION
17.I Df
c149d7cb 18prints out the amount of free disk space
c11b0d9e
KM
19available on the specified
20.I filesystem,
21e.g. ``/dev/rp0a'',
22or on the filesystem in which the specified
23.I file,
24e.g. ``$HOME'',
25is contained.
26If no file system is specified,
27the free space on all of
28the normally mounted file systems
29is printed.
c149d7cb 30The reported numbers are in kilobytes.
c11b0d9e
KM
31.PP
32Other options are:
33.TP
34.B \-i
35Report also the number of inodes which are used and free.
c11b0d9e
KM
36.SH FILES
37/etc/fstab list of normally mounted filesystems
38.SH "SEE ALSO"
39fstab(5), icheck(8), quot(8)