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

  1. .th PASSWD V 9/10/73
  2. .sh NAME
  3. passwd \*- password file
  4. .sh DESCRIPTION
  5. .it Passwd
  6. contains for each user the
  7. following information:
  8. .s3
  9. .lp +10 5
  10. name (login name, contains no upper case)
  11. .lp +10 5
  12. encrypted password
  13. .lp +10 5
  14. numerical user ID
  15. .lp +10 5
  16. numerical group ID (for now, always 1)
  17. .lp +10 5
  18. GCOS job number, box number, optional GCOS user-id
  19. .lp +10 5
  20. initial working directory
  21. .lp +10 5
  22. program to use as Shell
  23. .s3
  24. .i0
  25. This is an ASCII file.  Each field within each user's entry
  26. is separated from the next by a colon.
  27. The GCOS field is used only when communicating with that
  28. system, and in other installations can contain
  29. any desired information.
  30. Each user is separated from the next by a new-line.
  31. If the password field is null, no password is demanded;
  32. if the Shell field is null, the Shell itself
  33. is used.
  34. .s3
  35. This file resides in directory /etc.
  36. Because of the encrypted
  37. passwords, it can and does have general read
  38. permission and can be used, for example,
  39. to map numerical user ID's to names.
  40. .sh FILES
  41. /etc/passwd
  42. .sh "SEE ALSO"
  43. login (I), crypt (III), passwd (I), group (V)
  44.