* brett holcomb <[EMAIL PROTECTED]> [24-03-2003 17:34]:
> df tells you what's used on the partitions (df -h for 
> human readable format).
> 
> du -h / will tell you who uses what space.  There may be 
> other options that will allow you to specify size, etc. 
> for search.
> 
> You can also use a find command to find files of larger 
> than x size.

A rough thing to do to check what could be taking too much space is to
do a

cd / && du | sort -n

And check the last lines. This will take the whole filesystem though, so
if you're concerned with packages, perhaps a du in /usr (or /var..
couldn't it be logs?) might be more appropriate.

-- 
Bruno Lustosa, aka Lofofora          | Email: [EMAIL PROTECTED]
Network Administrator/Web Programmer | ICQ UIN: 1406477
Rio de Janeiro - Brazil              |

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to