공부
[shell] sudo `usermod --append -G wheel username`
승가비
2023. 12. 17. 21:35
728x90
23.2. 사용자에게 sudo 액세스 권한 부여 Red Hat Enterprise Linux 8 | Red Hat Customer Portal
Access Red Hat’s knowledge, guidance, and support through your subscription.
access.redhat.com
# visudo
## Allows people in group wheel to run all commands
%wheel ALL=(ALL) ALL
주석 O: sudo 해제
주석 X: sudo 부여
# usermod --append -G wheel username
728x90