mhulse.github.io icon indicating copy to clipboard operation
mhulse.github.io copied to clipboard

Linux centos user add to sudoers file

Open mhulse opened this issue 7 years ago • 0 comments

## Allows people in group wheel to run all commands
%wheel  ALL=(ALL)       ALL
%mygroup     ALL=(ALL)       ALL
## Same thing without a password
 %wheel ALL=(ALL)       NOPASSWD: ALL

mhulse avatar Oct 15 '18 20:10 mhulse