DFSection: FSF (1)Updated: February 2003 Index NAMEdf - report filesystem disk space usageSYNOPSISdf [OPTION]... [FILE]...DESCRIPTIONThis manual page documents the GNU version of df. df displays the amount of disk space available on the filesystem containing each file name argument. If no file name is given, the space available on all currently mounted filesystems is shown. Disk space is shown in 1K blocks by default, unless the environment variable POSIXLY_CORRECT is set, in which case 512-byte blocks are used.If an argument is the absolute file name of a disk device node containing a mounted filesystem, df shows the space available on that filesystem rather than on the filesystem containing the device node (which is always the root filesystem). This version of df cannot show the space available on unmounted filesystems, because on most kinds of systems doing so requires very nonportable intimate knowledge of filesystem structures. OPTIONSShow information about the filesystem on which each FILE resides, or all filesystems by default. Mandatory arguments to long options are mandatory for short options too.
SIZE may be (or may be an integer optionally followed by) one of following: kB 1000, K 1024, MB 1,000,000, M 1,048,576, and so on for G, T, P, E, Z, Y. AUTHORWritten by Torbjorn Granlund, David MacKenzie, Larry McVoy, and Paul Eggert.REPORTING BUGSReport bugs to <bug-coreutils@gnu.org>.COPYRIGHTCopyright © 2002 Free Software Foundation, Inc.This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. SEE ALSOThe full documentation for df is maintained as a Texinfo manual. If the info and df programs are properly installed at your site, the command
should give you access to the complete manual. Index
Created from the Linux Online Manual Pages |