
To add a user to the wheel group, simply issue this command:
sudo gpasswd -a bob wheel
In this example the username is ‘bob’. The output will return:
Adding user bob to group wheel
Sweet!
Related posts:

To add a user to the wheel group, simply issue this command:
sudo gpasswd -a bob wheel
In this example the username is ‘bob’. The output will return:
Adding user bob to group wheel
Sweet!
Related posts: