How can I get a list of all the files a user owns on my filesystem. I
would need the full path of each file...
example:
user owns files in their folder, /usr/local/src/1234/, and
/var/spool/mail/username, /usr/local/I_have_no_idea
might return
/home/username/userfile1
/home/username/userfile2
/usr/local/src/1234/userfile1
/var/spool/mail/username
/usr/local/whatever_might_be_in_here
I am running quotas, and I have noticed that when I use userdel -r
username, some misc. files get left behind, and I want to remove them.
Thanks for all suggestions.
Wes
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.