I don't want to uncomment the line in /etc/sudoers:
Defaults requiretty
Instead, I only want a certain user not to require a tty. How can this be done?
|
I don't want to uncomment the line in /etc/sudoers:
Instead, I only want a certain user not to require a tty. How can this be done? |
|||
|
|
|
You said that you want one particular user to not require a tty. That's the default behavior. Nevertheless, you can explicitly set that like this:
If you want everyone else to require a tty, then you'll have to uncommment the line. |
|||||||||
|