On Tue, Mar 30, 2010 at 2:01 PM, bhoobesh <[email protected]> wrote: > how to add multiple users in a single group in shell comand
As root, # usermod -G ... will add users to groups. This indirect way is better than directly editing files. -Girish -- Gayatri Hitech web: http://gayatri-hitech.com SpamCheetah Spam filter: http://spam-cheetah.com _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
