home *** CD-ROM | disk | FTP | other *** search
/ minnie.tuhs.org / unixen.tar / unixen / PDP-11 / Trees / V6 / usr / man / man5 / group.5 < prev    next >
Encoding:
Text File  |  1975-06-26  |  726 b   |  34 lines

  1. .th GROUP V 2/10/75
  2. .sh NAME
  3. group \*- group file
  4. .sh DESCRIPTION
  5. .it Group
  6. contains for each group the
  7. following information:
  8. .s3
  9. .lp +10 5
  10. group name
  11. .lp +10 5
  12. encrypted password
  13. .lp +10 5
  14. numerical group ID
  15. .lp +10 5
  16. a comma separated list of all users allowed in the group
  17. .s3
  18. .i0
  19. This is an ASCII file.
  20. The fields are separated
  21. by colons;
  22. Each group is separated from the next by a new-line.
  23. If the password field is null, no password is demanded.
  24. .s3
  25. This file resides in directory /etc.
  26. Because of the encrypted
  27. passwords, it can and does have general read
  28. permission and can be used, for example,
  29. to map numerical group ID's to names.
  30. .sh FILES
  31. /etc/group
  32. .sh "SEE ALSO"
  33. newgrp (I), login (I), crypt (III), passwd (I)
  34.