[ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] |
No disk can hold an infinite amount of data. These commands report on
how much disk storage is in use or available. (This has nothing much to
do with how much main memory, i.e., RAM, a program is using when
it runs; for that, you want ps
or pstat
or swap
or some such command.)
14.1 df
: Report filesystem disk space usageReport filesystem disk space usage. 14.2 du
: Estimate file space usageEstimate file space usage. 14.3 stat
: Report file or filesystem statusReport file or filesystem status. 14.4 sync
: Synchronize data on disk with memorySynchronize memory and disk.