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

  • From: r.ramprasad@xxxxxxxxx (Ramprasad Rajendran)
  • Date: Tue Aug 19 00:36:12 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

or one can use gpasswd too.

or editing /etc/group

-- 
ram

Other related posts: