Not that this is still a php question but...

On Wed, 18 Feb 2004 01:38:39 -0500
John Taylor-Johnston <[EMAIL PROTECTED]> wrote:

> Both for that matter. I have root access. I want to echo how
> much /var/xxx contains, and while I'm at it, how much my
> partition contains and how much is used.

Try these commands:

  $ df
  $ du /var/something

and these:

  $ man df
  $ man du

for more info...

And check this as well:

  http://www.php.net/manual/en/ref.exec.php

--

- E -

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to