| Developer's Daily | Unix by Example |
| main | java | perl | unix | DevDirectory |
| Command | du |
| Description | "du" stands for disk usage. This command
is used to show the amount of disk space consumed by one
or more directories (or directory trees). |
| Examples | du
du -k
du /home/fred
du -ks /home/fred
du -ks /home/fred/*
|