UsersFiles and Quota

Mat Kovach kovachme at pobox.com
Tue May 25 05:54:45 PDT 2004


* collins at collins-ca.com [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


More information about the freebsd-questions mailing list