Add existing user to existing group

As I’m looking the man page of usermod everytime again, I’m writing the command here. In the following example I add the existing user manuel to the existing group eclipse:

usermod -a -G eclipse manuel

Leave a Comment