Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 288 Bytes

addsudoers.md

File metadata and controls

23 lines (16 loc) · 288 Bytes

Add sudoers

CentOSstream

log in as a root

usermod -aG wheel <username>

check visudo if the: %wheel ALL=(ALL) ALL is uncomented

Ubuntu

usermod -aG sudo <username>

logs for sudo are in: /var/log/secure

FreeBSD

pw groupmod wheel -m <username>