Skip to content

Instantly share code, notes, and snippets.

@miodeqqq
Created February 27, 2020 08:40
Show Gist options
  • Select an option

  • Save miodeqqq/4d2cff84b6ef16fb7711cc2250b219ae to your computer and use it in GitHub Desktop.

Select an option

Save miodeqqq/4d2cff84b6ef16fb7711cc2250b219ae to your computer and use it in GitHub Desktop.
Creates user with home directory; sudo and docker groups
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