| du |
|
|
|
| Monday, 14 December 2009 18:24 |
Command dudu command displays the amount of disk space occupied by files or directories. Syntaxdu [options] [directories_or_files]
Options-a displays information about memory usage for all files (not only for directories). DescriptionThe du command displays the amount of disk space (in kilobytes) occupied by the specified files or directories. By default, du displays the amount of disk space used each directory and subdirectories. Usually a team du applied to the total output volume of disk space occupied by the current directory. For example, here so you can find details of the use of disk space a directory /var/log: du /var/log |