Hey,
I have a bash script in usr/sbin who create a new user. I want to run it from a php script with the exec() or system() command. I have changed the permission of the bash script in nobody:nobody and chmod 755 and the same with the php script.
How can I see may webserver runs as nobody? (run they always as nobosy).
How it comes i had always an permission denied error?
can someone help me
kind regards,
bram