Hello, I'm in the process of executing system commands using php. The only problem is that I am not entirely sure how to execute these system commands using root user. (I need root access to do a few things through php). Whenever I use the exec command it uses the www user. Would anyone know? Thanks for any assistance! Tom