Difference between revisions of "Du (disk usage) command"
Jump to navigation
Jump to search
Line 16: | Line 16: | ||
* {{Linux filesystem commands}} | * {{Linux filesystem commands}} | ||
* {{du}} | * {{du}} | ||
− | + | * <code>[[sync]]</code> | |
[[Category:Linux]] | [[Category:Linux]] | ||
[[Category:Linux commands]] | [[Category:Linux commands]] |
Revision as of 12:03, 4 February 2020
du
(disk usage) Unix and Linux command used to display file space usage.
Examples
du -sh *
du -sh /path/to/file
du -sh -- *
Related commands
df
(disk free)find
:find . -ls 2>&1 | sort -rnk7 | more
docker volume ls
See also
Advertising: