1GROUP(5) Linux Programmer's Manual GROUP(5)
2
3
4
6 group - user group file
7
9 The /etc/group file is a text file that defines the groups on the sys‐
10 tem. There is one entry per line, with the following format:
11
12 group_name:password:GID:user_list
13
14 The fields are as follows:
15
16 group_name the name of the group.
17
18 password the (encrypted) group password. If this field is empty, no
19 password is needed.
20
21 GID the numeric group ID.
22
23 user_list a list of the usernames that are members of this group,
24 separated by commas.
25
27 /etc/group
28
30 As the 4.2BSD initgroups(3) man page says: No-one seems to keep
31 /etc/group up-to-date.
32
34 login(1), newgrp(1), getgrent(3), getgrnam(3), passwd(5)
35
37 This page is part of release 3.53 of the Linux man-pages project. A
38 description of the project, and information about reporting bugs, can
39 be found at http://www.kernel.org/doc/man-pages/.
40
41
42
43Linux 2010-10-21 GROUP(5)