[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] disk usage from the command line (qube3) like df??
- Subject: Re: [cobalt-users] disk usage from the command line (qube3) like df??
- From: Parker Morse <morse@xxxxxxxxxxx>
- Date: Mon Oct 28 10:18:01 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
On Monday, October 28, 2002, at 01:10 PM, Phil Lewis wrote:
anyone know of a commandline util on qube3 like df -kh??
That works on my Qube3:
[admin 13:15:59]~$ df -kh
Filesystem Size Used Avail Use% Mounted on
/dev/hda1 1.4G 530M 875M 38% /
/dev/hda3 484M 42M 442M 9% /var
/dev/hda4 7.0G 3.9G 3.0G 56% /home
Or try "man du" which produces MUCH more exhaustive output - disk usage by
file.
pjm