Difference between revisions of "Du (disk usage) command"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
* <code>du -hs /path/to/file</code>
 
* <code>du -hs /path/to/file</code>
 
* <code>du -hs /path/to/directory</code>
 
* <code>du -hs /path/to/directory</code>
 +
* <code>[[du -hs]] [[/var/lib/]]* | sort --human-numeric-sort -rk1</code>
  
 
* <code>du -h --apparent-size /path/to/file_or_directory</code>
 
* <code>du -h --apparent-size /path/to/file_or_directory</code>

Revision as of 15:55, 5 May 2022

du (disk usage) Unix and Linux command used to display file space usage.


Examples

  • du
  • du -hs
  • du -hs *
  • du -hs -- *
  • du -hs -- /path/to/your/dir/*
  • du -hs /path/to/file
  • du -hs /path/to/directory
  • du -hs /var/lib/* | sort --human-numeric-sort -rk1
  • du -h --apparent-size /path/to/file_or_directory
  • du -hs --apparent-size
du -hs /var/cache/apt/archives/
du -hs /var/log/
du -hs /var/lib/snapd/cache/
du -hs /var/lib/snapd/snaps/
du -hs /var/lib/apt/lists/

Related terms

Activities

See also

Advertising: