Created
February 27, 2020 08:40
-
-
Save miodeqqq/4d2cff84b6ef16fb7711cc2250b219ae to your computer and use it in GitHub Desktop.
Creates user with home directory; sudo and docker groups
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 useradd -s /bin/bash -d /home/user_name/ -m -G sudo,docker user_name |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment