I want to grant it to a specific user A only, how to do that?
|
feedback
|
|
Put:
in | |||||||
feedback
|
|
Put this in the sudoers: username ALL=NOPASSWD:/bin/sh And for the sake of teaching a man how to fish, this info is found in the man file for sudo. Just type in 'man sudo' and you'll get all the info you need. | ||||
|
feedback
|