DF(1B) | BSD System Compatibility | DF(1B) |
df - (BSD) disk free
/usr/ucb/df [-aihkP] [-M mtab] [-t fstype | file ...]
Df prints file system statistics. A file system is selected by a file it contains, or by its device file, as specified by the file argument. If no file argument is given, statistics are printed for all mounted file systems.
The df command accepts the following options:
The following options have been introduced by POSIX.2:
The following options are extensions:
find(1), statvfs(2), mtab(5), mount(8)
This df implementation cannot handle unmounted file systems.
Some advanced file system designs allocate i-nodes dynamically. Df then tries to estimate free and total counts of available files. This is currently done for the reiserfs file system.
12/9/04 | Heirloom Toolchest |