looking for something like SequoiaView for a linux server

leglez

Platinum Member
Nov 12, 2005
2,061
0
0
SequoiaView

I recently bought a dedicated server running Debian Etch. I checked last night and realized I dont have much space left. I am wanting a program that I can access from the web that tells me how much space each directory is taking up or something so I can narrow it down. I would love for it to be like a web gui or something so I can access it on the web. I have xampp installed already so that would be prefered to run it on the web.
 

drag

Elite Member
Jul 4, 2002
8,708
0
0
It's easiest to use the command line to find out this sort of thing.

For example:
cd /
du -sh

find -t d | while read i; do du -sh ${i} ; done > list-of-directories-with-sizes.txt

But there are a variety of GUI applications for this. My favorite is filelight. It's better then those silly squares.