Hey all,
I've got a script that creates a file via PHP. The user and group the file belongs to are nobody and nogroup. The default permission on the file is 755. The permission on the directory in which the file resides is 777, but the owner is not nobody and nogroup, rather it's my UNIX username.
If I want to create files in this directory via PHP, I can. I can also edit files through a form (ie. update them and write over them), but I cannot unlink files. I get permission errors.
Anyone have any ideas on why?