From owner-freebsd-questions Tue Sep 17 14:17:59 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 719A037B401 for ; Tue, 17 Sep 2002 14:17:58 -0700 (PDT) Received: from pop018.verizon.net (pop018pub.verizon.net [206.46.170.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id B1CC543E42 for ; Tue, 17 Sep 2002 14:17:55 -0700 (PDT) (envelope-from j.bol@gte.net) Received: from ath ([24.96.36.23]) by pop018.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with ESMTP id <20020917211754.OXUQ5987.pop018.verizon.net@ath>; Tue, 17 Sep 2002 16:17:54 -0500 From: "John Bolster" To: "Giorgos Keramidas" Cc: Subject: RE: rmuser Date: Tue, 17 Sep 2002 17:17:53 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 In-Reply-To: <20020917210424.GC375@hades.hell.gr> X-Authentication-Info: Submitted using SMTP AUTH LOGIN at pop018.verizon.net from [24.96.36.23] using ID at Tue, 17 Sep 2002 16:17:54 -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thank you for your quick help. This gives me the information I need. John Bolster > -----Original Message----- > From: Giorgos Keramidas [mailto:keramida@ceid.upatras.gr] > Sent: Tuesday, September 17, 2002 5:04 PM > To: John Bolster > Cc: freebsd-questions@FreeBSD.ORG > Subject: Re: rmuser > > > On 2002-09-17 16:50, John Bolster wrote: > > I deleted a user using rmuser. It found the right user and I > > answered yes to all the questions. After I was done the user's home > > directory was gone and the name was gone from the system but now > > there are files that belong to "1002" (which was this user's number) > > that show up in repquota. I don't know how to find these files or > > why they weren't deleted. Any ideas? > > You can use the -nouser option of find. Try running the following > command (it will take a long time to finish): > > # find / -nouser > /tmp/filelist > > When it finishes the file /tmp/filelist will contain a list of the > files that belong to unknown user IDs. The find(1) manual page has > many more options that you might be interested in. > > - Giorgos > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message