Forum Moderators: coopster
I need to use unlink,fopen functions. The problem is that these functions needs to be executed in subdirectories, which have 755 permissions (writable just for a user). I could change the perms manually, but I don't wanna do that - thare are too many of them..etc..
I figured that I could execute that script as a user. Since php is running as "nobody" I also changed the script's owner to nobody- but didn't really changed anything..
What am I missing here?
Can anybody help me with that issue?
Thanks.
If some has idea on managing directory permissions, please say to both of us.
I've overcome that issue using ftp functions, but I'm not satisfied with that solution.. so, if any of you has an idea how to deal with it, I'd really appreciate your help..
Thanks.