Timeline for Tracking down where disk space has gone on Linux?
Current License: CC BY-SA 4.0
8 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| May 16, 2019 at 13:59 | history | edited | Konrad Rudolph | CC BY-SA 4.0 | add summary option |
| Oct 2, 2018 at 9:24 | history | edited | Konrad Rudolph | CC BY-SA 4.0 | add GNU, references, better example, more details |
| Sep 1, 2017 at 10:36 | comment | added | srghma | du --max-depth 5 -h /* 2>&1 | grep '[0-9\.]\+G' | sort -hr | head to filter Permission denied | |
| Jan 10, 2017 at 19:39 | comment | added | jonathanccalixto | I'm use du -hd 1 <folder to inspect> | sort -hr | head | |
| Apr 18, 2014 at 18:36 | history | migrated | from stackoverflow.com (revisions) | ||
| Feb 4, 2014 at 1:13 | comment | added | Thales Ceolin | Great anwser. Seems correct for me. I suggest du -hcd 1 /directory. -h for human readable, c for total and d for depth. | |
| Jul 2, 2013 at 11:25 | comment | added | ReactiveRaven | if du complains about -d try --max-depth 5 in stead. | |
| Aug 28, 2008 at 13:19 | history | answered | Konrad Rudolph | CC BY-SA 2.5 |