When executing a php script, that creates a directory the resulting file is owned by nobody and nogroup. I know that apache2 is executed as www-data on Ubuntu systems, so, why is my directory owned by nobody?
Thank you!
|
|
|
Even though nobody and nogroup sounds special, they are more or less a regular system user ( When your created files have these owners, then most likely your php is executed as |
|||
|
|