Last active
January 17, 2020 17:03
-
-
Save Gamblt/074a697befcec9d4be9e96c9af0f81e1 to your computer and use it in GitHub Desktop.
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
| Create sudo user with bash and homedir: | |
| useradd -m -d /home/testuser/ -s /bin/bash -G sudo testuser |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment