Hi, Rob:

  Here is the updated version from the correct command:

[EMAIL PROTECTED] htdocs]# ps awxu | grep -E 'apache|httpd'
root     30957  0.0  0.5  27576 11016 ?        Ss   14:27   0:00 /usr/sbin/httpd
apache   30959  0.0  0.3  27708  7452 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30960  0.0  0.3  27576  6800 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30961  0.0  0.3  27576  6800 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30962  0.0  0.3  27576  6788 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30963  0.0  0.3  27576  6788 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30964  0.0  0.3  27576  6788 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30965  0.0  0.3  27576  6788 ?        S    14:27   0:00 /usr/sbin/httpd
apache   30966  0.0  0.3  27576  6788 ?        S    14:27   0:00 /usr/sbin/httpd
root     31299  0.0  0.0   4120   676 pts/1    R+   15:36   0:00 grep -E 
apache|httpd
[EMAIL PROTECTED] htdocs]#

Does this suggest anything?

Alice
======================================================
Alice Wei
MIS 2009
School of Library and Information Science
Indiana University Bloomington
[EMAIL PROTECTED]
________________________________________
From: Robert Cummings [EMAIL PROTECTED]
Sent: Monday, July 14, 2008 3:35 PM
To: Wei, Alice J.
Cc: php-general@lists.php.net
Subject: RE: [PHP] mkdir permission errors

On Mon, 2008-07-14 at 15:23 -0400, Wei, Alice J. wrote:
> Hi, Rob:
>
>   This is the output:
>
>      root     31232  0.0  0.0   4120   672 pts/1    R+   15:22   0:00 grep 
> apache|httpd
>
> Does this help?

Sorry... my bad, can you do the following:

    ps awxu | grep -E 'apache|httpd'

I have grep aliased on my system so the -E flag is automatically
added :)

Thanks,
Rob.
--
http://www.interjinn.com
Application and Templating Framework for PHP


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

Reply via email to