On 11/1/07, Rahul Sitaram Johari <[EMAIL PROTECTED]> wrote:

> Is there a Terminal way of figuring out the UID/GID of something like admin,
> apache etcetera?
>
> PS: I know it's going OT!
>
>
>

    Yes, you'll find those UIDs in /etc/passwd.  For example:
        apache:x:48:48:Apache:/var/www:/sbin/nologin

    That means my Apache server runs with UID 48 and GID 48, with
/var/www as the home directory and /sbin/nologin as the shell.

-- 
Daniel P. Brown
[office] (570-) 587-7080 Ext. 272
[mobile] (570-) 766-8107

Give a man a fish, he'll eat for a day.  Then you'll find out he was
allergic and is hospitalized.  See?  No good deed goes unpunished....

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

Reply via email to