Changes

Jump to navigation Jump to search
193 bytes added ,  14:13, 17 November 2016
Line 6: Line 6:  
or<br />
 
or<br />
 
root    ALL=(ALL:ALL) ALL
 
root    ALL=(ALL:ALL) ALL
 +
 +
To allow some unprivileged user to run some commands with sudo:
 +
joe ALL=(ALL) NOPASSWD: /full/path/to/command
 +
or with some arguments:
 +
joe ALL=(ALL) NOPASSWD: /full/path/to/command ARG1 ARG2

Navigation menu