Hi ,
Exist any way to make my PHP script make a Reboot in my linux system ?
I'm using of course apache with user and group "nobody" for clear security reasons =).
Then how make a script to send a reboot or shutdown command in my linux box ?
Thanks .
The only way I see is to call an external program which will reboot the computer... PHP won't do that.