June 30, 2006
File Size on a Linux Server
Here’s how to find out what is taking up your disk space on a linux server:
du -s /* | sort -rn
This could take awhile to run, and don’t worry about error messages you might see … keep working your way down into directories until you find what file(s) are taking up the most space.
While not really related to this, I thought it was interesting to read about where Newsgator is heading.
Filed under Web by admin.




























