(md5_stream) [BLOCKSIZE]: Move definition to top of file.
[coreutils.git] / man / df.x
blob766cfd7551f369027fe5e1d6f56988ac4fdf875d
1 [NAME]
2 df \- report filesystem disk space usage
3 [DESCRIPTION]
4 This manual page
5 documents the GNU version of
6 .BR df .
7 .B df
8 displays the amount of disk space available on the filesystem
9 containing each file name argument.  If no file name is given, the
10 space available on all currently mounted filesystems is shown.  Disk
11 space is shown in 1K blocks by default, unless the environment
12 variable POSIXLY_CORRECT is set, in which case 512-byte blocks are
13 used.
14 .PP
15 If an argument is the absolute file name of a disk device node containing a
16 mounted filesystem,
17 .B df
18 shows the space available on that filesystem rather than on the
19 filesystem containing the device node (which is always the root
20 filesystem).  This version of
21 .B df
22 cannot show the space available on unmounted filesystems, because on
23 most kinds of systems doing so requires very nonportable intimate
24 knowledge of filesystem structures.
25 .SH OPTIONS