Skip to content

Instantly share code, notes, and snippets.

@motleytech
Created April 8, 2016 03:02
Show Gist options
  • Save motleytech/0e24d08e8d90485b8ad7e5c9c62a45be to your computer and use it in GitHub Desktop.
Save motleytech/0e24d08e8d90485b8ad7e5c9c62a45be to your computer and use it in GitHub Desktop.
Create user on linux
sudo groupadd -f --system webapps
adduser webuser
sudo usermod -a -G webapps `whoami`
sudo usermod -a -G webapps webuser
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment