Justin French wrote:


I'm sure there's a way to check the owner of a file, but not (from what i know) a way to check who apache is running as.


On linux "ps aux | grep httpd" will list as the first item the user the apache processes are running as. Ignore the one with root. On other unices the parameters to ps may vary.


Regards

Chris


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



Reply via email to