/dev/md1 6068992 5204648 551080 91% /
I have 91% taken and am trying to discover what files are taking up space. I'm using linux. Does any one know the command?
thanks
|
2
|
/dev/md1 6068992 5204648 551080 91% / I have 91% taken and am trying to discover what files are taking up space. I'm using linux. Does any one know the command? thanks |
||
|
|
|
|
Will return the 10 largest files on the root file system. Edit: @Alnitak's answer included the |
|||
|
|
|
|
This will list the directories in (reverse) order of size
Note:
EDIT: doh! didn't mean the --max-depth=1 - just force of habit! |
|||
|
|
|
You can use
Will find and print the names of all files that are 100 MB or larger. You can use the
|
||
|
|
|
|
This seems like a dupe of Tracking down where disk space has gone on Linux? |
||
|
|
|
Often it is not the size of a single file but what is contained in the subdirectories. I usually use the |
||
|
|