* [EMAIL PROTECTED] [2004-05-24 23:58:30 -0500]:

> Is there a way to list files on my system that belong to a certain user. I
> have quotas enabled and cannot find out where all the space is being used. 

man find

something like :

find / -type ff -user<username> > username_files should work for you.

-- 
Mat Kovach
Cleveland, Ohio
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to