I ran out of disk space on an ubuntu server. How can I know how the disk space is being used so I can clean up the disk / delete unnecessary files?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|||
|
Try NCurses Disk Usage. It is pretty darn usable as an end-user tool (as opposed to something a programmer might use in a script). |
|||
|
|
|
Listing files/folders by size in descending order;
In human readable sizes (GNU sort only);
|
|||||
|
|
du is the command for the job as it will give you the disk usage. Try to run Hope this helps. |
|||
|
|
|
a graphical program that I like is |
|||
|
|