Friday, September 30, 2011

ABS

Thursday, September 29, 2011

Add a existing user to existing group

Add existing user ria to existing group employees with usermod command using -a option ~ i.e. add the user to the supplemental group(s). Use only with -G option :

# usermod -a -G employees ria