Tag Archives: user

Add a User to a Linux Group
avatar

If you need to add an existing user to a Linux group it is very easy, just run the following command: usermod -a -G <group name> <user name>

Posted in Guides, Linux | Tagged , | Leave a comment