Skip to content

Instantly share code, notes, and snippets.

@Gamblt
Last active January 17, 2020 17:03
Show Gist options
  • Save Gamblt/074a697befcec9d4be9e96c9af0f81e1 to your computer and use it in GitHub Desktop.
Save Gamblt/074a697befcec9d4be9e96c9af0f81e1 to your computer and use it in GitHub Desktop.
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