home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / os / vms / 17815 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.4 KB

  1. Path: sparky!uunet!think.com!ames!agate!ucbvax!lrw.com!leichter
  2. From: leichter@lrw.com (Jerry Leichter)
  3. Newsgroups: comp.os.vms
  4. Subject: RE: setting disk quotas
  5. Message-ID: <9211112316.AA01657@uu3.psi.com>
  6. Date: 11 Nov 92 21:45:28 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 21
  11.  
  12.  
  13.     Does anyone know how to modify disk quotas froM  a program? I can't
  14.     see any reference to anything like it in the system services or RTL,
  15.     and we would like to be able to do it so that non privileged users
  16.     could modify their quota within reason
  17.  
  18. This is handled through what is known as the "ACP-QIO Interface", documented
  19. in the I/O User's Reference Manual.  Most of the functions of that interface
  20. have to do with file access, but at the end is a section on "ACP control"
  21. functions, one (group) of which controls disk quotas.
  22.  
  23. The whole ACP-QIO interface is notoriously difficult to use - where RMS
  24. provides a way to get the job done, it's usually easier to use RMS, no simple
  25. interface itself!  In this case, you have to do the ACP calls directly.
  26. Take heart:  It's complicated and has a lot of pieces, but there's nothing
  27. inherently difficult about it.  (Kind of like plumbing:  Each of the indivi-
  28. dual steps requires, at worst, some strength; the difficulty is in the number
  29. of such steps you have to get right to finish the job.)
  30.  
  31.                             -- Jerry
  32.  
  33.