Adding a User to the Wheel Group

Adding a user to the wheel group is applicable for CentOS.

To add a user to the wheel group:

Execute the following command:
usermod –aG wheel UserName
Note: Replace the UserName with the new user's name to grant Sudo privileges.