1GROUP(5) Linux Programmer's Manual GROUP(5)
2
3
4
6 group - user group file
7
9 /etc/group is an ASCII file which defines the groups to which users
10 belong. There is one entry per line, and each line has the format:
11
12 group_name:passwd:GID:user_list
13
14 The field descriptions are:
15
16 group_name
17 the name of the group.
18
19 password
20 the (encrypted) group password. If this field is empty, no
21 password is needed.
22
23 GID the numerical group ID.
24
25 user_list
26 all the group member's user names, separated by commas.
27
29 As the 4.2BSD initgroups(3) man page says: No-one seems to keep
30 /etc/group up-to-date.
31
33 /etc/group
34
36 login(1), newgrp(1), passwd(5)
37
38
39
40Linux 1992-12-29 GROUP(5)