I have been working on this computer all day. The hlast thing I did was to add myself to the group dialout. I logged out and came back in. I tested that I had access to the serial port and went to install an app and I got this message " is not in the sudoers file. This incident will be reported." I have no access to anything root related
Asked
Active
Viewed 313 times
usermod -G
in place ofusermod -aG
for example). See How do I add myself back as a sudo user? – steeldriver Jun 30 '21 at 19:15visudo
command exists (it checks for errors before you exit). If you don't have another account withsudo
rights (or don't have root logins enabled), you can use a live media to correct the issue (it's what I'd use on this box, or as my system is dual boot I could correct from the other OS). – guiverc Jul 01 '21 at 00:07