Adding User to sudoers Group
The Linux Troubleshooting Show How to Add an User to the Sudoers Group on Ubuntu-Based GNU/Linux Systems.
This correspond to Solve “User is Not in the Sudoers File” Issue!
-
Try Again to Get SuperUser Powers
sudo su
Else Try to Switch to Another User with SuperUser/Admin Privileges!
su [myUserSuper]
If you do Not Dispose of any SuperUser then Look
-
Edit the sudoers File.
sudo visudo
-
Enabling sudo for User.
After:
root ALL=(ALL:ALL) ALL
Append:
[myUser] ALL=(ALL:ALL) ALL
Ctrl+x to Save & Exit.