On Sat, 2002-09-21 at 14:25, Jonas Fornander wrote:
> 
> Is there a way to figure out the size of a users directory?
> I tried all combinations of ls with the flags -s and -k but to no avail.
> 
> I know that I can tar the users directory and then check the size of the
> tarball but that can't be the only way of doing it.

# cd ~user
# du -sk .

This will show you used space in kilobytes.

Joe

> 
> Jonas Fornander - System Administrator
> Netwood Communications, LLC - www.netwood.net
> Find out why we're better - 310-442-1530
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message
> 
-- 
PGP Key : http://www.marcuscom.com/pgp.asc

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to