1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 02:36:16 +02:00
Files
coreutils/man/df.x

30 lines
1.1 KiB
Plaintext
Raw Normal View History

'\" Copyright (C) 1998-2023 Free Software Foundation, Inc.
'\"
'\" This is free software. You may redistribute copies of it under the terms
2017-09-19 01:13:23 -07:00
'\" of the GNU General Public License <https://www.gnu.org/licenses/gpl.html>.
'\" There is NO WARRANTY, to the extent permitted by law.
1999-11-02 13:51:42 +00:00
[NAME]
df \- report file system space usage
1998-09-12 20:12:55 +00:00
[DESCRIPTION]
This manual page
documents the GNU version of
.BR df .
.B df
displays the amount of space available on the file system
1998-09-12 20:12:55 +00:00
containing each file name argument. If no file name is given, the
space available on all currently mounted file systems is shown.
Space is shown in 1K blocks by default, unless the environment
1998-09-12 20:12:55 +00:00
variable POSIXLY_CORRECT is set, in which case 512-byte blocks are
used.
.PP
If an argument is the absolute file name of a device node containing a
mounted file system,
1998-09-12 20:12:55 +00:00
.B df
shows the space available on that file system rather than on the
file system containing the device node. This version of
1998-09-12 20:12:55 +00:00
.B df
cannot show the space available on unmounted file systems, because on
1998-09-12 20:12:55 +00:00
most kinds of systems doing so requires very nonportable intimate
knowledge of file system structures.
1998-09-12 20:12:55 +00:00
.SH OPTIONS