manual page distributed with 4.1BSD
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 16 May 1985 09:14:47 +0000 (01:14 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 16 May 1985 09:14:47 +0000 (01:14 -0800)
SCCS-vsn: share/man/man5/group.5 4.1

usr/src/share/man/man5/group.5 [new file with mode: 0644]

diff --git a/usr/src/share/man/man5/group.5 b/usr/src/share/man/man5/group.5
new file mode 100644 (file)
index 0000000..a7244b3
--- /dev/null
@@ -0,0 +1,44 @@
+.\"    @(#)group.5     4.1 (Berkeley) %G%
+.\"
+.TH GROUP 5 
+.AT 3
+.SH NAME
+group \- group file
+.SH DESCRIPTION
+.I Group
+contains for each group the
+following information:
+.HP 10
+group name
+.br
+.ns
+.HP 10
+encrypted password
+.br
+.ns
+.HP 10
+numerical group ID
+.br
+.ns
+.HP 10
+a comma separated list of all users allowed in the group
+.PP
+This is an ASCII file.
+The fields are separated
+by colons;
+Each group is separated from the next by a new-line.
+If the password field is null, no password is demanded.
+.PP
+This file resides in directory /etc.
+Because of the encrypted
+passwords, it can and does have general read
+permission and can be used, for example,
+to map numerical group ID's to names.
+.SH FILES
+/etc/group
+.SH "SEE ALSO"
+newgrp(1), crypt(3), passwd(1), passwd(5)
+.SH BUGS
+The
+.IR passwd (1)
+command won't change the passwords.