On Mon, 18 Aug 2008, Kenneth Gonsalves wrote: > > groupadd -- Create a new group > > can you add a user to more than one group? if so how?
# usermod -G grp1,grp2,grp3 user User is added to this list of groups. Note: If the user is currently a member of a group which is not listed, then the user will be removed from the group. Bye :) -- Bharathi S _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
