users 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .TH USERS 6
  2. .SH NAME
  3. users \- file server user list format
  4. .SH DESCRIPTION
  5. The permanent file servers each maintain a private list of users
  6. and groups, in
  7. .B /adm/users
  8. by convention.
  9. Each line in the file has the format
  10. .IP
  11. .IB num : name : leader :\fImembers\fP
  12. .PP
  13. where
  14. .I num
  15. is a decimal integer,
  16. .I name
  17. and
  18. .I leader
  19. are printable strings excluding the characters
  20. .LR ? ,
  21. .LR = ,
  22. .LR + ,
  23. .LR - ,
  24. .LR / ,
  25. and
  26. .LR : ,
  27. and
  28. .I members
  29. is a comma-separated list of such strings.
  30. Such a line defines a user and a group with the given
  31. .IR name ;
  32. the group has a group leader given by
  33. .I leader
  34. and group members given by the user names in
  35. .IR members .
  36. The
  37. .I leader
  38. field may be empty,
  39. in which case any group member is a group leader.
  40. The
  41. .I members
  42. field may be empty.
  43. .PP
  44. Lines beginning with
  45. .L #
  46. are ignored.
  47. .PP
  48. The
  49. .I num
  50. in a line is a number used internally by a file server;
  51. there should be no duplicate
  52. .IR num s
  53. in the file.
  54. A negative
  55. .I num
  56. is special: a user with a negative
  57. .I num
  58. cannot attach to the file server.
  59. The file
  60. .B /adm/users
  61. itself is owned by user
  62. .IR adm ,
  63. having a negative
  64. .IR num ,
  65. and write protected to others,
  66. so it can only be changed via console commands.
  67. .SH "SEE ALSO"
  68. .IR intro (5),
  69. .IR stat (5)