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>

This entry was posted in Guides, Linux and tagged , . Bookmark the permalink.

Leave a Reply