Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!ames!ucbcad!ucbvax!sdcsvax!ucsdhub!hp-sdd!ncr-sd!crash!winfree!usafa!geoff From: geoff@usafa.UUCP Newsgroups: comp.unix.questions Subject: Re: quotas Message-ID: <109@usafa.UUCP> Date: Fri, 20-Mar-87 13:00:54 EST Article-I.D.: usafa.109 Posted: Fri Mar 20 13:00:54 1987 Date-Received: Sun, 22-Mar-87 14:36:42 EST References: <4891@brl-adm.ARPA> Reply-To: geoff@usafaGeoff Mulligan.UUCP (Capt Geoff Mulligan) Organization: USAF Academy, Colorado Springs, CO Lines: 16 In article <4891@brl-adm.ARPA> drears@ARDEC.arpa (FSAC) writes: > > We are running a 4.2 BSD on a VAX 11/780. We use the quota >feature extensively. There is only one problem. We can change the >quotas but we can not remove a user from the quotas file. When we >remove the passwd entry and directory entry the uid number shows up >as the output from the repquota command. Any ideas on how to remove >a uid from the quotas file. > >Dennis I ran accross the same problem on our Gould 4.2 machine. The solution I found was to remove the user's files, then remove his quota and then run quotacheck -v -a. This seems to work. geoff