Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 May 2004 14:07:41 +0900
From:      Rob <stopspam@users.sourceforge.net>
To:        Chris Collins <collins@collins-ca.com>, freebsd-questions@freebsd.org
Subject:   Re: UsersFiles and Quota
Message-ID:  <40B2D49D.5000906@users.sourceforge.net>
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
Chris Collins wrote:
> Hello All
> 
> 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. 

This may work for you:

    find / -user foobar -exec du {} \;

Replace foobar by any username on the system.
'man du' tells you more about the output.

R.




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