Skip to content

Instantly share code, notes, and snippets.

@DuaneNielsen
Created January 23, 2016 22:59
Show Gist options
  • Select an option

  • Save DuaneNielsen/1052bfb85755cadc18be to your computer and use it in GitHub Desktop.

Select an option

Save DuaneNielsen/1052bfb85755cadc18be to your computer and use it in GitHub Desktop.
Add a user to ubuntu system
sudo su
adduser <userid>
# check the groups of another user to work out what groups to add
groups <account to copy>
adduser sudo
adduser docker
adduser <whatever other groups>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment