Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Sep 2002 17:17:53 -0400
From:      "John Bolster" <j.bol@gte.net>
To:        "Giorgos Keramidas" <keramida@ceid.upatras.gr>
Cc:        <freebsd-questions@FreeBSD.ORG>
Subject:   RE: rmuser
Message-ID:  <NEBBKLANMLAKACFKNODOOEANGHAA.j.bol@gte.net>
In-Reply-To: <20020917210424.GC375@hades.hell.gr>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <j.bol@gte.net> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?NEBBKLANMLAKACFKNODOOEANGHAA.j.bol>