LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   sudoers........ help (https://www.linuxquestions.org/questions/linux-general-1/sudoers-help-41511/)

linuxlah 01-14-2003 09:32 PM

sudoers........ help
 
I want to have my user name "guest" able to do a "sudo xcdroast". I'm tyring to edit the sudoers.tmp using visudo but it dosen't work. What do I do anyting wrong here. Here is my sudoers.tmp

# User privilege specification
root ALL=(ALL) ALL
guest ALL=/usr/bin/xcdroast ALL

born4linux 01-14-2003 11:42 PM

sudoers.tmp? it should be /etc/sudoers . or just run this as root:

visudo

bulliver 01-14-2003 11:47 PM

If you just want to allow other users to use xcdroast, you can enable it after running it the first time as root...

linuxlah 01-14-2003 11:53 PM

already did that but it still ask for the root password

bulliver 01-14-2003 11:54 PM

Then you didn't do it properly ;)

Start as root, click setup, click on users tab, then adjust permissions as you see fit, then be sure to save...


All times are GMT -5. The time now is 02:35 PM.