United States-English |
|
|
HP-UX Reference > Ddf(1M)HP-UX 11i Version 3: February 2007 |
|
NAMEdf — report number of free file system disk blocks SYNOPSIS/usr/bin/df [-F FStype] [-befgiklsnv] [-t|-P] [-o specific_options] [-V] [special|directory]... DESCRIPTIONThe df command displays the number of free 512-byte blocks and free inodes available for file systems by examining the counts kept in the superblock or superblocks. If a special or a directory is not specified, the free space on all mounted file systems is displayed. If the arguments to df are path names, df reports on the file systems containing the named files. If the argument to df is a special of an unmounted file system, the free space in the unmounted file system is displayed. Optionsdf recognizes the following options:
EXTERNAL INFLUENCESEnvironment VariablesLC_MESSAGES determines the language in which messages are displayed. If LC_MESSAGES is not specified in the environment or is set to the empty string, the value of LANG is used as a default for each unspecified or empty variable. If LANG is not specified or is set to the empty string, a default of "C" (see lang(5)) is used instead of LANG. If any internationalization variable contains an invalid setting, df behaves as if all internationalization variables are set to "C". See environ(5). EXAMPLESReport the number of free disk blocks for all mounted file systems: df Report the number of free disk blocks for all mounted HFS file systems: df -F hfs Report the number of free files for all mounted NFS file systems: df -F nfs -e Report the total allocated block figures and the number of free blocks, for all mounted file systems: df -t Report the total allocated block figures and the number of free blocks, for the file system mounted as /usr: df -t /usr |
Printable version | ||
|