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]

 



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.

[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