1GROUP(5)                   Linux Programmer's Manual                  GROUP(5)
2
3
4

NAME

6       group - user group file
7

DESCRIPTION

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

FILES

27       /etc/group
28

BUGS

30       As the 4.2BSD initgroups(3)  man  page  says:  no  one  seems  to  keep
31       /etc/group up-to-date.
32

SEE ALSO

34       chgrp(1),  gpasswd(1),  groups(1),  login(1),  newgrp(1),  sg(1),  get‐
35       grent(3), getgrnam(3), gshadow(5), passwd(5), vigr(8)
36

COLOPHON

38       This page is part of release 5.02 of the Linux  man-pages  project.   A
39       description  of  the project, information about reporting bugs, and the
40       latest    version    of    this    page,    can     be     found     at
41       https://www.kernel.org/doc/man-pages/.
42
43
44
45Linux                             2018-04-30                          GROUP(5)
Impressum