I have PHP running as the user nobody. My script needs to INSERT a record into a database and then copy a skeleton folder to a new location. Then the script also needs to change the owner of that directory it just coppied. How do I get chown to work if I am running as nobody. I get 'operation not permitted' which is a filesystem error code. I am running RH7.3. Thanks for your help.