LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   memory management (https://www.linuxquestions.org/questions/linux-general-1/memory-management-82949/)

exigent 08-17-2003 08:05 PM

memory management
 
i was wondering if there was a tool out there that would let me see my hard drive usages in percentages per folder or file. my problem is that i have alot of stuff that i don't really need on my computer that's taking up space i need. right now the drive is pretty much full, and i'd like to clean it up. is there a utility out there that can help?

RolledOat 08-17-2003 08:28 PM

man du

cd /<suspected garbage filled top level directory>
du -h . > completedirslisting.txt /* May take a while*/
gedit/vi/pico/vim/kedit completedirslisting.txt

Will show the size of EVERY subdirectory where the du was started.

RO


All times are GMT -5. The time now is 02:43 PM.