Can anyone tell me how to allow users to use sudo for ALL applications without a password? Currently I am able to give them ALL access but they have to type in the root password each time.
For users that I don't want ALL, how do I specify certain applications?
sudoers without password
Started by Tor, Apr 02 2008 02:20 PM
2 replies to this topic
#1
Posted 02 April 2008 - 02:20 PM
|
|
|
#2
Guest_Jordan_*
Posted 04 April 2008 - 09:06 AM
Guest_Jordan_*
You can use the NOPASSWD rule to enable users to su/sudo without password. Here is an example entry in /etc/sudoers:
For specific apps you can do:
jordan ALL=(ALL) NOPASSWD: ALL
For specific apps you can do:
jordan ALL=/path/to/command NOPASSWD: ALL
#3
Posted 07 April 2008 - 01:46 PM
This doesn't seem to work on my Linux installation.


Sign In
Create Account


Back to top









