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

From wikieduonline
Jump to navigation Jump to search
Line 16: Line 16:
 
* <code>[[docker volume ls]]</code>
 
* <code>[[docker volume ls]]</code>
 
* <code>[[sar -F]]</code>
 
* <code>[[sar -F]]</code>
* [[Node exporter]] and [[Zabbix agent]] exposes filesystem statistics, such as disk space used.
+
* [[Node exporter]] ([[Prometheus]]) and [[Zabbix agent]] exposes filesystem statistics, such as disk space used.
 
*  <code>[[sync]]</code>
 
*  <code>[[sync]]</code>
  

Revision as of 03:27, 29 April 2020

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


Examples

  • du
  • du -hs
  • du -hs *
  • du -hs /path/to/file
  • du -hs /path/to/directory
  • du -hs -- *

Related commands

See also

Advertising: