Created
April 8, 2016 03:02
-
-
Save motleytech/0e24d08e8d90485b8ad7e5c9c62a45be to your computer and use it in GitHub Desktop.
Create user on linux
This file contains 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 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