Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 08:54:43 -0400
From:      Mat Kovach <kovachme@pobox.com>
To:        questions@freebsd.org
Subject:   Re: UsersFiles and Quota
Message-ID:  <20040525125442.GA22752@kovachme.dyndns.org>
In-Reply-To: <20040525045422.M91680@collins-ca.com>
References:  <20040525045422.M91680@collins-ca.com>

next in thread | previous in thread | raw e-mail | index | archive | help
* collins@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



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