From owner-freebsd-questions@FreeBSD.ORG Mon May 24 22:16:41 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D753E16A4CE for ; Mon, 24 May 2004 22:16:41 -0700 (PDT) Received: from pr93.lublin.sdi.tpnet.pl (pr93.lublin.sdi.tpnet.pl [217.97.36.93]) by mx1.FreeBSD.org (Postfix) with SMTP id 0B8AD43D48 for ; Mon, 24 May 2004 22:16:41 -0700 (PDT) (envelope-from michal@pasternak.w.lub.pl) Received: (qmail 54998 invoked by uid 1001); 25 May 2004 05:16:22 -0000 Date: Tue, 25 May 2004 07:16:22 +0200 From: Michal Pasternak To: Chris Collins Message-ID: <20040525051622.GA54969@pasternak.w.lub.pl> References: <20040525045422.M91680@collins-ca.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <20040525045422.M91680@collins-ca.com> cc: questions@freebsd.org Subject: Re: UsersFiles and Quota X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Michal Pasternak List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 May 2004 05:16:42 -0000 Chris Collins [Mon, May 24, 2004 at 11:58:30PM -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. Common procedure is to read the docs before asking! :) man find, EXAMPLES section, 2nd example counting from top. HTH, -- m