| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | df |
| Description | "df" stands for disk free. This command is
used to show the amount of free space on one or more
filesystems. |
| Examples | df
df /
df -kvi
|