I have to write to the passwd an shadow file. But the webserver an also php are running as nobody. i won' t change it because of the security. I just want to write with one php-script. is there any possibility to realize the write-access for just one script ??
Thanx a lot
Hello
I had to do something similar, but with reagrd to people writing to their own home directories. I used ftp to the local machine, and then the corresponding users details can be used.
Jon