How can a user be setup to sudo (or su -) without entering a password?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|
You control sudo through the "sudoers" file. To edit this file, run "sudo visudo". I haven't tested this, but I think the following would allow all users in the "cdrom" group to run "sudo k3b" without needing a password: Code: %cdrom ALL = NOPASSWD: /usr/bin/k3b |
|||
|
|