du
and,
Syntax
du [options] [file/directory]
Parameters
| Parameters | Description | Examples | Level |
|---|---|---|---|
-h |
(KB/MB/GB) | |
Common |
-s |
() | |
Common |
-d |
|
Common | |
--max-depth |
and more -d, | |
Common |
-a |
() | |
Common |
-c |
|
Common |
Examples
du -sh *
du -sh /var/log/
10
du -h --max-depth=1 / 2>/dev/null | sort -hr | head -10
20 and
du -ah . | sort -hr | head -20
node_modules
du -sh node_modules/
Tips
- du -sh * | sort -hr
- : df -h -> du -sh /*
- ncdu du, and
- du, ls -l,