[Ilugc] One Day One GNU/Linux Command (GROUPADD)

  • From: sbharathi@xxxxxxxxxxxxx (Bharathi Subramanian)
  • Date: Mon Aug 18 13:07:49 2008

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


Other related posts: