trivial pathname changes
[unix-history] / usr / src / bin / df / df.1
CommitLineData
f3f1a429
KB
1.\" Copyright (c) 1989 The Regents of the University of California.
2.\" All rights reserved.
c11b0d9e 3.\"
27c71911 4.\" %sccs.include.redist.man%
f3f1a429 5.\"
27c71911 6.\" @(#)df.1 6.5 (Berkeley) %G%
c11b0d9e 7.\"
a25f41cf 8.TH DF 1 ""
c11b0d9e
KM
9.UC 4
10.SH NAME
11df \- disk free
12.SH SYNOPSIS
13.B df
14[
93e6cf82
KM
15.B \-ikn
16] [ file | filesystem ... ]
c11b0d9e
KM
17.SH DESCRIPTION
18.I Df
f3f1a429 19displays statistics on the amount of free disk space on the
93e6cf82
KM
20filesystem
21.I filesystem
22or on the filesystem of which
f3f1a429
KB
23.I file
24is a part.
93e6cf82
KM
25If neither a file or a filesystem is specified,
26statistics for all mounted filesystems are displayed.
f3f1a429
KB
27The following options are available:
28.TP
29-i
30Include statistics on the number of free inodes.
c11b0d9e 31.TP
f3f1a429
KB
32-k
33By default, all reported numbers are in 512-byte blocks.
34This causes the numbers to be reported in kilobytes.
93e6cf82
KM
35.TP
36-n
37Print out the previously obtained statistics from the filesystems.
38This option should be used
39if it is possible that one or more filesystems are
40in a state such that they will not be able
41to provide statistics without a long delay.
42When this option is specified,
43.I df
44will not request new statistics from the filesystems,
45but will respond with the possibly stale statistics
46that were previously obtained.
47.SH BUGS
48The
49.I -n
50flag is ignored if a file or filesystem is specified.
c11b0d9e 51.SH "SEE ALSO"
93e6cf82
KM
52quota(1),
53statfs(2), fstatfs(2), getfsstat(2),
54getmntinfo(3),
55fstab(5),
56mount(8), quot(8)