Created
August 17, 2013 10:39
-
-
Save sairion/6256319 to your computer and use it in GitHub Desktop.
Add existing user into a group using usermod command and -a (append) -G (group) option
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
| usermod -a -G www-data invvvvent | |
| id invvvvent |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment