2008/9/12 Hinko Kocevar <[EMAIL PROTECTED]>: > Hi, > > When I create a new user on my machine the user belongs to its own group - > and not the group 'users'. Also when creating directory the user creates it > with its group name instead of users group. How can this be fixed, so that > user belongs to users group by default and hence all the files it created > belong to users group as well?
You may take a look at the useradd man page especially the -g and the -n option. Regards, Daniel

