DF(1) - General Commands Manual # DF(1) - General Commands Manual
NAME # df - display free disk space
SYNOPSIS # df [-hiklnP] [-t type] [[file | file_system] …]
DESCRIPTION # The df utility displays statistics about the amount of free disk space on the specified file_system or on the file system of which file is a part. By default, values are displayed as 512-byte block counts. If no operands are specified, statistics for all mounted file systems are displayed (subject to the -l and -t options, below).
...
DU(1) - General Commands Manual # DU(1) - General Commands Manual
NAME # du - display disk usage statistics
SYNOPSIS # du [-achkrsx] [-H | -L | -P] [-d depth] [file …]
DESCRIPTION # The du utility displays the file system block usage for each file argument and for each directory in the file hierarchy rooted in each directory argument. Note that the system block usage is usually greater than the actual size of the file.
...
QUOT(8) - System Manager’s Manual # QUOT(8) - System Manager’s Manual
NAME # quot - display disk space occupied by each user
SYNOPSIS # quot [-acfhknv] [filesystem …]
DESCRIPTION # quot is used to gather statistics about the disk usage for each local user.
The options are as follows:
-a
Include statistics for all mounted filesystems.
-c
Display three columns containing number of blocks per file, number of files in this category, and aggregate total of blocks in files with this or lower size.
...