mhulse.github.io
mhulse.github.io copied to clipboard
Linux centos user add to sudoers file
## 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