Re: Why a script belong to user 'root' and the folder this script create is belonged to user 'nobody'?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux