D.J. Lactose Productions

Add a User to a Linux Group

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>

Exit mobile version