May 2000
Beginner
761 pages
18h 20m
English
du [–arskod] [name …]
The du command reports the number of 512-byte blocks contained in all files and (recursively) directories within each directory and file specified.
1 du --help 2 du -s/desktop 3 du -a |
Explanation
Displays arguments and options to du.
Displays a summary of the block usage for all the files in /desktop and its subdirectories.
Displays block usage for each file in this directory and subdirectories.
Read now
Unlock full access