I have XAMPP server installed on Red hat . I find the when ever I execute PHP scripts it executes from the owner of "nobody".
Now the problem is I need to use sudo to run some process inside the PHP script . if i use sudo , this owner "nobody" doesnt have the permission .
How do I run the scripts with different owner name ?