How to run from PHP a bash script under root user (with all permissions) and not nobody user - php default user?
thats my output af
Under Linux you normally do this using sudo. Try to be as specific as possible, so not to give the script too many permissions.
sudo
For examples on how to use sudo: http://aplawrence.com/Basics/sudo.html