From owner-freebsd-questions@FreeBSD.ORG Wed Apr 22 14:30:47 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 560441065806 for ; Wed, 22 Apr 2009 14:30:47 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.freebsd.org (Postfix) with ESMTP id 139578FC34 for ; Wed, 22 Apr 2009 14:30:46 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id n3MEUeRa004488; Wed, 22 Apr 2009 10:30:40 -0400 (EDT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id n3MEUeWR004487; Wed, 22 Apr 2009 10:30:40 -0400 (EDT) (envelope-from jerrymc) Date: Wed, 22 Apr 2009 10:30:40 -0400 From: Jerry McAllister To: Christopher Chambers Message-ID: <20090422143039.GB4378@gizmo.acns.msu.edu> References: <1240369698.1037.4.camel@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1240369698.1037.4.camel@localhost.localdomain> User-Agent: Mutt/1.4.2.2i Cc: questions@freebsd.org Subject: Re: Disk usage analysis X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Apr 2009 14:30:48 -0000 On Tue, Apr 21, 2009 at 08:08:18PM -0700, Christopher Chambers wrote: > Is there an easy way to analyze disk usage to determine which files and > folders are taking up the most space? Check out the du(1) command. Go in to a file system and type du -sk * or maybe du -sh * (I prefer the former because then all numbers have the same value) Once you determine some directory that seems out of line, go in to that directory and do it again. ////jerry > > -- > Christopher Chambers > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"