December 1999
Beginner
528 pages
11h 10m
English
Format:
du options directory
Options:
| -a | Display sizes for every file, not only directories |
| -s | Display the grand total only |
Du prints the disk usage in 512 blocks. It is used mainly to print out the sizes of directories.
$ pwd
/var
$ du -s
14929 .
The size of the /var directory structure is 14929 (512) blocks.
Read now
Unlock full access