home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.os.vms
- Path: sparky!uunet!haven.umd.edu!darwin.sura.net!zaphod.mps.ohio-state.edu!rpi!batcomputer!cheme.tn.cornell.edu!OLIN
- From: olin@cheme.tn.cornell.edu (Steve Thompson)
- Subject: Re: Can I change quota entries from DCL or a program?
- Message-ID: <1992Jul30.205149.15127@tc.cornell.edu>
- Sender: news@tc.cornell.edu
- Nntp-Posting-Host: vger.cheme.cornell.edu
- Reply-To: olin@cheme.tn.cornell.edu
- Organization: Cornell University School of Chemical Engineering
- References: <9207291933.AA06009@genrad.com>
- Date: Thu, 30 Jul 1992 20:51:49 GMT
- Lines: 17
-
- In article <9207291933.AA06009@genrad.com>, dongray@cdclu1.genrad.com (Derek Dongray) writes:
- >Following my sig is a pascal program to list all disk quotas on the current
- >disk. Obviously, the requires read access to QUOTA.SYS.
-
- This will not work quite right. You must read quotas using IO$_ACPCONTROL
- functions, or you will very often get incorrect results. Quotas are cached in
- memory, and the numbers in the QUOTA.SYS file are only accurate when the cache
- is flushed.
-
- Steve
-
- ---------------------------------------------------------------------------
- Steve Thompson, System Mangler Internet: thompson@cheme.tn.cornell.edu
- School of Chemical Engineering Bitnet: thompson@crnlchme
- Olin Hall, Cornell University Phone: (607) 255 5573
- Ithaca NY 14853
- ---------------------------------------------------------------------------
-