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

NAME

6       group - user group file
7

DESCRIPTION

9       /etc/group  is  a  text  file  which  defines the groups on the system.
10       There is one entry per line, with the following 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              a  list  of  the usernames that are members of this group, sepa‐
27              rated by commas.
28

FILES

30       /etc/group
31

BUGS

33       As the 4.2BSD  initgroups(3)  man  page  says:  No-one  seems  to  keep
34       /etc/group up-to-date.
35

SEE ALSO

37       login(1), newgrp(1), getgrent(3), getgrnam(3), passwd(5)
38

COLOPHON

40       This  page  is  part of release 3.22 of the Linux man-pages project.  A
41       description of the project, and information about reporting  bugs,  can
42       be found at http://www.kernel.org/doc/man-pages/.
43
44
45
46Linux                             2009-02-23                          GROUP(5)
Impressum