1

Was locking down root with the /etc/grub/00.header command and didn't know to finish it so I rebooted the computer and now I can't get into my sudo account.

Ron
  • 20,938

1 Answers1

1

This can be easily undone. Boot into recovery mode using grub, and get to a terminal. Then type in

sudo usermod -U <username> 

Where (<username>) is your username. That should unlock your account.

Tim
  • 33,500
David
  • 3,487