From owner-freebsd-questions@FreeBSD.ORG Wed Dec 17 20:18:35 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5D9A81065674 for ; Wed, 17 Dec 2008 20:18:35 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: from mx1.identry.com (on.identry.com [66.111.0.194]) by mx1.freebsd.org (Postfix) with ESMTP id E720C8FC08 for ; Wed, 17 Dec 2008 20:18:34 +0000 (UTC) (envelope-from jalmberg@identry.com) Received: (qmail 21142 invoked by uid 89); 17 Dec 2008 20:18:33 -0000 Received: from unknown (HELO ?192.168.1.110?) (jalmberg@75.127.142.66) by mx1.identry.com with ESMTPA; 17 Dec 2008 20:18:33 -0000 In-Reply-To: <20081217185356.25025B7BA@kev.msw.wpafb.af.mil> References: <20081217185356.25025B7BA@kev.msw.wpafb.af.mil> Mime-Version: 1.0 (Apple Message framework v753.1) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <6D70179B-137E-4001-9E88-52453FF341FE@identry.com> Content-Transfer-Encoding: 7bit From: John Almberg Date: Wed, 17 Dec 2008 15:18:29 -0500 To: vogelke+software@pobox.com X-Mailer: Apple Mail (2.753.1) Cc: freebsd-questions@freebsd.org Subject: Re: How to find files that are eating up disk space 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, 17 Dec 2008 20:18:35 -0000 On Dec 17, 2008, at 1:53 PM, Karl Vogel wrote: >>> On Wed, 17 Dec 2008 12:16:57 -0500, >>> John Almberg said: > > J> Is there a command line tool that will help me figure out where > the [disk > J> space] problem is? > > I run a script every night to handle this. > > exit 0 > > -- > Karl Vogel I don't speak for the USAF or my > company > Very helpful. Thanks, Karl.