cd /etc visudo
%wheel ALL=(ALL) ALL ↑ Uncomment
usermod -G wheel username
usermod command => Commands used to change user information -G => Change the group to which you belong. Multiple can be specified separated by commas
usermod command => Commands used to change user information
-G => Change the group to which you belong. Multiple can be specified separated by commas
Recommended Posts