Difference between revisions of "Du (disk usage) command"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
== Examples == | == Examples == | ||
+ | * <code>du</code> | ||
* <code>du -sh *</code> | * <code>du -sh *</code> | ||
* <code>du -sh /path/to/file</code> | * <code>du -sh /path/to/file</code> |
Revision as of 17:05, 20 April 2020
du
(disk usage) Unix and Linux command used to display file space usage.
Examples
du
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
sar -F
- Node exporter exposes filesystem statistics, such as disk space used.
See also
- FHS,
/proc/
,/proc/net/
,/boot/
,/run/
,/dev/
,/usr/
,/var/run/
,/etc/
,/var/
,/var/lib/
/var/log/
,/var/www/
,/opt/
,/lib/
,/sys/
,/proc/kcore
,/proc/sys/, /proc/sys/vm/
,/snap/
,/mnt/
,/mnt/data
,/var/opt/, /usr/bin/
,/lib/, /proc/$PID/, /proc/self/
- File system,
du, df, find, ls, mkdir, touch, locate
du, du -hs
, Disk space usage,df
,ls
,tree
,find
,docker system df
,journalctl --disk-usage
, No space left on device, ENOSPC,sar -F
,growpart
,resize2fs
, ncdu, duf, dua-clisync
Advertising: