| From | Sent On | Attachments |
|---|---|---|
| John Bolster | Sep 17, 2002 1:50 pm | |
| Giorgos Keramidas | Sep 17, 2002 2:04 pm | |
| Ken McGlothlen | Sep 17, 2002 2:08 pm | |
| John Bolster | Sep 17, 2002 2:17 pm | |
| John Bolster | Sep 17, 2002 2:17 pm |
| Subject: | RE: rmuser | |
|---|---|---|
| From: | John Bolster (j.b...@gte.net) | |
| Date: | Sep 17, 2002 2:17:31 pm | |
| List: | org.freebsd.freebsd-questions | |
Thank you for your quick help. This gives me the information I need.
John Bolster
-----Original Message----- From: Giorgos Keramidas [mailto:kera...@ceid.upatras.gr] Sent: Tuesday, September 17, 2002 5:04 PM To: John Bolster Cc: free...@FreeBSD.ORG Subject: Re: rmuser
On 2002-09-17 16:50, John Bolster <j.b...@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 majo...@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message





