BSD 4_2 development
[unix-history] / usr / man / man5 / group.5
CommitLineData
3c9a19fd
C
1.TH GROUP 5 "15 January 1983"
2.SH NAME
3group \- group file
4.SH DESCRIPTION
5.I Group
6contains for each group the
7following information:
8.HP 10
9group name
10.br
11.ns
12.HP 10
13encrypted password
14.br
15.ns
16.HP 10
17numerical group ID
18.br
19.ns
20.HP 10
21a comma separated list of all users allowed in the group
22.PP
23This is an ASCII file.
24The fields are separated
25by colons;
26Each group is separated from the next by a new-line.
27If the password field is null, no password is demanded.
28.PP
29This file resides in directory /etc.
30Because of the encrypted
31passwords, it can and does have general read
32permission and can be used, for example,
33to map numerical group ID's to names.
34.SH FILES
35/etc/group
36.SH "SEE ALSO"
37setgroups(2), initgroups(3X), crypt(3), passwd(1), passwd(5)
38.SH BUGS
39The
40.IR passwd (1)
41command won't change the passwords.