[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Disk Space Usage ...
- Subject: Re: [cobalt-users] Disk Space Usage ...
- From: "Steven Werby" <steven-lists@xxxxxxxxxxxx>
- Date: Mon Jul 10 18:21:08 2000
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}