Add user to sudoers

By | September 19, 2026

This is just a note really to myself as I always have to look this command up because I do not use it often.

To add a user to the sudoers:

  1. Enter root.
  2. usermod -aG sudo <username>
  3. Logout and sign back in as user and test.

I’m actually embarrassed I am posting this here to remember.