Skip to content

Instantly share code, notes, and snippets.

@ascendbruce
Created October 20, 2013 15:26
Show Gist options
  • Select an option

  • Save ascendbruce/7071061 to your computer and use it in GitHub Desktop.

Select an option

Save ascendbruce/7071061 to your computer and use it in GitHub Desktop.
Ubuntu add an user to admin group using usermaod
usermod -a -G sudo USERNAME

or

usermod -a -G admin USERNAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment