Lane Lester wrote:

> I've managed to stuff my 1.3 gig partition full, and I need to make room. I
> created another 1 gig partition and assigned it to /opt. I've moved some stuff
> over there, but more needs to go.
>
> One problem is that I don't know where all the fat is. Is there a utility that
> will show how much space is being used by different directories?
> --
> Lane
> ____
> Lane Lester / Madison County, Georgia USA
> Using Linux to get where I want to go...

the two commands that I know of are
df to see how much free space is left in the partitions
du to see file sizes in current directory recursively

man df
man du





Reply via email to