Displaying 1 result from an estimated 1 matches for "messageswhen".
2015 Jun 10
1
sudoers
...d recently brought up a CentOS 7system as a virtual machine under Windows 7.
One of the first things I usually do after installation isedit the /etc/sudoers file using visudo to give a specificuser or specific users privileges as indicated in the fileexcerpt below. The visudo editor issued no error messageswhen creating the line for sarah.
##??? user??? MACHINE=COMMANDS
##
## The COMMANDS section may have other options added to it.
##
## Allow root to run any commands anywhere
root???? ALL=(ALL) ??? ALL
sarah????ALL=(ALL)???? NOPASSWD: ALL
On our CentOS 6 systems, the NOPASSWD option works as itis intend...