[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] Disk Space Usage ...



Christopher VanOosterhout <yd-chris@xxxxxxxxxxxxxxxx> wrote:
> What is the easiest way for me to find out the overall disk space on my 
> machine

df

> ... the disk space currently being used (total) and the disk space 
> currently being used in a specific directory (and sub directory).

cd directoryname
du -h

Steven Werby {steven-lists@xxxxxxxxxxxx}