Adduser: group sudo does not exist

I am able to login to my account but can't do anything related to superuser now. Updates, sharing, sudo and all things say authentication failed.

I tried to correct that by going in recovery mode and adding my user to sudo but when i use adduser command, i get error message that group sudo does not exist

I searched for the error but could not get any link answering this :(

Thanks in advance

2

1 Answer

Had the same problem. Fixed it by addgroup sudo as root, and then changing the Group ID to 201 in /etc/groups. (Pick an unused number < 1000)

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like