Hi,
I am working on a server side project which creates dns files on to the Linux server. But I am facing problems with creating the dns files in "/var/named/". I am another user, and I also have server controls, but since I am running my PHP files as another user I am getting "Permissin Denied" error in creating the files. Can anyone help me out?????
I tried to creating a C program which will be executed by my PHP program, but again while executing the program it gives problems with creating the dns file and they are not created nor any error is shown.
How can I switch over to user root from my current user permissions??
ITS urgent !!