PDA

View Full Version : [ubuntu] Add new users automatically to a group


gypsumwolf
August 24th, 2009, 08:18 AM
I created a group "nfb" with nproc limits. Can I have it automatically put the new users into the "nfb" group without me having to manually add them?
If I get lots and lots of new users it would get quite time consuming to add them all to 1 group manually unless there is a command to add everyone to a group without having to do them all individually.

windependence
August 24th, 2009, 12:58 PM
You can use the /etc/skel to control how a new user is created.

-Tim