Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!uwmcsd1!uxc!uxc.cso.uiuc.edu!uicsrd.csrd.uiuc.edu!kai From: kai@uicsrd.csrd.uiuc.edu Newsgroups: comp.unix.wizards Subject: Re: adding unix groups Message-ID: <43200032@uicsrd.csrd.uiuc.edu> Date: 2 Sep 88 12:12:00 GMT References: <17012@adm.ARPA> Lines: 20 Nf-ID: #R:adm.ARPA:17012:uicsrd.csrd.uiuc.edu:43200032:000:618 Nf-From: uicsrd.csrd.uiuc.edu!kai Sep 2 07:12:00 1988 The file is "/etc/group", not "/etc/groups". The format is: groupname::groupnumber:member1,member2(,membern...) For example: sw::31:sloppy,slimy hw::32:sloppy,silly The file "/etc/passwd" defines the "default group" (referenced by number) to which you belong. You do not have to be listed in /etc/group for that group. The command "groups username" displays what groups any particular user is a member of. After changing the /etc/group file, the user must logout and back in again to have any changes take effect. Patrick Wolfe (pwolfe@kai.com, kailand!pwolfe) System Manager, Kuck and Associates, Inc.