Created
January 23, 2016 22:59
-
-
Save DuaneNielsen/1052bfb85755cadc18be to your computer and use it in GitHub Desktop.
Add a user to ubuntu system
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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