There is probably a simple method that I am missing here, but, here is my problem.
I have a client that installed a PHP script. This PHP script created a couple of directories. Since PHP runs as nobody, the directories it created are owned by nobody. Now he wants to modify the files in nobody, but since he is not nobody (he is obviously somebody) the system will not allow him to do so sice it only gave permissions for the owner to modify. He also, obviously, cannot chmod ot chown them
I know I can fix this as root, but that is really not the right answer. How can he modify this stuff on his own?
Thanks!
I have a client that installed a PHP script. This PHP script created a couple of directories. Since PHP runs as nobody, the directories it created are owned by nobody. Now he wants to modify the files in nobody, but since he is not nobody (he is obviously somebody) the system will not allow him to do so sice it only gave permissions for the owner to modify. He also, obviously, cannot chmod ot chown them
I know I can fix this as root, but that is really not the right answer. How can he modify this stuff on his own?
Thanks!