Hi everyone.
Now, i want to permit for an user to start, stop and reconfig some of daemon on Redhat system without root permission.
So how can i do ?
Tks all.
Hi everyone.
Now, i want to permit for an user to start, stop and reconfig some of daemon on Redhat system without root permission.
So how can i do ?
Tks all.
Install sudo and allow that user to execute the control command (/etc/init.d/whatever) without the need for a password.
Just create a sudo user, then the user can start or stop any daemon..
cheers...