HI, I am trying to use a script php with the command: system("mkdir /home/hosting/test"); but the PERMISSION IS DENIED and I am the root on my server.
How I change the user to root?
Thanks
Running Apache as root is really dim. chown your files/dirs making apache or nobody (depending how your server is setup) is the owner.