home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / unix / large / 259 < prev    next >
Encoding:
Internet Message Format  |  1992-07-28  |  1.5 KB

  1. Path: sparky!uunet!mcsun!uknet!mucs!mccuts!zzassgl
  2. From: zzassgl@uts.mcc.ac.uk (Geoff Lane)
  3. Newsgroups: comp.unix.large
  4. Subject: Can project based accounting be done on Unix?
  5. Message-ID: <5453@mccuts.uts.mcc.ac.uk>
  6. Date: 28 Jul 92 10:24:20 GMT
  7. Organization: Manchester Computing Centre, Manchester, England, M13 9PL.
  8. Lines: 23
  9.  
  10. Against my better wishes I have to implement a `project' based accounting
  11. system on top of the standard AT&T Unix process accounting.  Projects are
  12. represented by arbitary eight character text strings (which could be mapped
  13. to small integers in the implementation) and each process that executes has
  14. to be associated with one such string.  Projects can have one or more users
  15. and each user can be a member of one or more projects (but only one project
  16. at a time.) Users have to be able to change projects at any point with a
  17. command and all subsequent processes executed in the same login session
  18. have to be associated with the new project. 
  19.  
  20. I don't really want to modify the Unix kernel unless it is absolutely
  21. necessary.
  22.  
  23. So far the best idea anyone has suggested is using the Unix groups as
  24. projects but I dislike using groups for two disjoint purposes (the project
  25. structure would impose restrictions on how users could share files is one
  26. obvious problem.) 
  27.  
  28. Has anyone had to do something similar and is willing to share their
  29. experiences?
  30. -- 
  31. Geoff. Lane.                                  Janet: zzassgl@uk.ac.mcc.uts
  32. UTS Sys Admin, Manchester Computing Centre, Oxford Rd, Manchester, M13 9PL
  33.