Hi All,
I am using sudoers to enalble user to run a specific command.
Cmnd_Alias MYCMNDS=/usr/sbin/useradd, /usr/sbin/userdel
john ALL=MYCMNDS
john ALL=(ALL) NOPASSWD: ALL
every time I want to run the command as john I have to type sudo command. Is there a way to type the command only without sudo, just like root user.
thanks



Adv Reply



Bookmarks