Re: How can I get the directory size

2002-09-21 Thread Unix Tools
du -sL Will give the size of the directory including the symbolic links in the directory. . - Original Message - From: "Jonas Fornander" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, September 21, 2002 11:55 PM Subject: How can I get the directory siz

Re: How can I get the directory size

2002-09-21 Thread Volker Kindermann
> Is there a way to figure out the size of a users directory? "man du" should help you. For example: du -s -h /directory -volker -- Please don't cc me: I read the lists and don't need your message twice :-) To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions"

Re: How can I get the directory size

2002-09-21 Thread Joe Marcus Clarke
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

How can I get the directory size

2002-09-21 Thread Jonas Fornander
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. Jonas Fornander - System Administrato