From owner-freebsd-questions@FreeBSD.ORG Fri Nov 3 23:36:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 81BFD16A403 for ; Fri, 3 Nov 2006 23:36:28 +0000 (UTC) (envelope-from agus.262@gmail.com) Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.188]) by mx1.FreeBSD.org (Postfix) with ESMTP id B94B043D79 for ; Fri, 3 Nov 2006 23:36:27 +0000 (GMT) (envelope-from agus.262@gmail.com) Received: by nf-out-0910.google.com with SMTP id i2so1629177nfe for ; Fri, 03 Nov 2006 15:36:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=kRlpMK4GDXZRUCOg7fOQbzkH9kvHnQcwucGa6vyp02oayyXIz/SeI0FZYlRvulgjuq70yhebjAmx+IRziUYEMp/xHeZqF9kVvS3m83wxBWlory6X+DUf7Pe+XZs+es/KuGR7XgwYEf5AQgqwb3eqTh4xXEbmL791RGuuqCmQ2yA= Received: by 10.82.114.3 with SMTP id m3mr911820buc.1162596986528; Fri, 03 Nov 2006 15:36:26 -0800 (PST) Received: by 10.82.191.20 with HTTP; Fri, 3 Nov 2006 15:36:26 -0800 (PST) Message-ID: Date: Fri, 3 Nov 2006 20:36:26 -0300 From: Agus To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Find how much disk is in use.. 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: Fri, 03 Nov 2006 23:36:28 -0000 Hi, i was wondering if there is a correct or better way to find out how much space a dir occupies..... i am using du -hd 0 ports to find out the space of the ports dir... thanxss