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?
|
feedback
|
| |||||||
feedback
|
|
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). | |||
|
feedback
|
|
Listing files/folders by size in descending order;
In human readable sizes (GNU sort only);
| |||||
feedback
|
|
du is the command for the job as it will give you the disk usage. Try to run Hope this helps. | |||
|
feedback
|
|
a graphical program that I like is | |||
|
feedback
|