Adding users to new groups
Posted on October 01, 2006 in Linux
If you want to add an user to a new group without to specify the groups he is allready in, use:
gpasswd -a <user> <group> Then to make the group available without logging out from X, as user you can type:
newgrp <group>