John.H wrote:
My php program whose owner is root:
<?
mkdir('test',0777);
?>
and the folder 'test' 's owner is 'nobody'?
why?should the folder belong to 'root' too?
By the way,the safe mode is turned on.
If you're running this through your webserver, then the webserver is
actually executing the script, not the "owner" of the script.
So apache is running as 'nobody', the script executes, all commands the
script makes are done as 'nobody'.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php