
Originally Posted by
zhongshan
Dear All:
I'm a bit tired of users contacting me saying they want to change/remove/add files or folders that were created by PHP.
If I chmod the directories as 777 it's unsafe.
If I chgrp it as user:nobody and 770 it's unsafe.
If the user nobody doesn't have write access to the directory, PHP cannot write.
If nobody -does- have write access, then, the real user cannot make any change in those files.
Does anybody have this kind of problems?
What's the solution? This is very annoying.
Thanks in advance!