visudo
- Command used to edit the
/etc/sudoers - visudo adds groups to
/etc/sudoers - Uncomment
%wheel ALL=(ALL) ALLto give all users in this group root permissions
# visudo with vi
visudo
# visudo with vim
EDITOR=vim visudo
/etc/sudoers/etc/sudoers%wheel ALL=(ALL) ALL to give all users in this group root permissions# visudo with vi
visudo
# visudo with vim
EDITOR=vim visudo