Lines Matching full:group
32 .Nm group
33 .Nd format of the group permissions file
37 file is the local source of group information.
39 `group', and the NIS maps `group.byname' and `group.bygid',
47 records, one per group, containing four colon
52 .It group
53 Name of the group.
55 Group's
59 The group's decimal ID.
61 Group members.
70 .Ar group
71 field is the group name used for granting file access to users
72 who are members of the group.
75 field is the number associated with the group name.
77 across a group of systems) since they control file access.
89 .Ar group .
91 A user is automatically in a group if that group was specified
94 entry and does not need to be added to that group in the
99 .\" .Pa /etc/group
101 .\" .Fa group
105 .\" struct group {
106 .\" char *gr_name; /* group name */
107 .\" char *gr_passwd; /* group password */
108 .\" int gr_gid; /* group id */
109 .\" char **gr_mem; /* group members */
129 a group cannot have more than 200 members.
131 .Pa /etc/group
142 .Bl -tag -width /etc/group -compact
143 .It Pa /etc/group