[Previous] [Contents] [Index] [Next]

Caution: This version of this document is no longer maintained. For the latest documentation, see http://www.qnx.com/developers/docs.

df

Report free disk space (POSIX)

Syntax:

df [-gknP] [device|directory|file]*

Options:

-g
Display all statvfs() information.
-k
Use 1024-byte units (the default is 512-byte).
-n
Display the filesystem mountpoints and types only.
-P
Display headings for the columns. (Output conforms to POSIX 1003.2/5.8.6.1 format.)

Description:

The df utility displays the amount of free disk space for the given devices, directories, and files.

See also:

statvfs() in the Library Reference


[Previous] [Contents] [Index] [Next]