From owner-freebsd-questions Fri Aug 16 7:38:12 2002 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 DBF2037B400 for ; Fri, 16 Aug 2002 07:38:10 -0700 (PDT) Received: from cisco.com (sword.cisco.com [161.44.208.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A76143E42 for ; Fri, 16 Aug 2002 07:38:10 -0700 (PDT) (envelope-from sjt@cisco.com) Received: from sjt-u10.cisco.com (sjt-u10.cisco.com [10.85.30.63]) by cisco.com (8.8.5-Cisco.1/8.8.8) with ESMTP id KAA15595; Fri, 16 Aug 2002 10:38:08 -0400 (EDT) Received: (sjt@localhost) by sjt-u10.cisco.com (8.8.5-Cisco.1/CISCO.WS.1.2) id KAA04310; Fri, 16 Aug 2002 10:38:08 -0400 (EDT) Date: Fri, 16 Aug 2002 10:38:08 -0400 From: Steve Tremblett To: MET Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Installing XFree86 from the Ports Message-ID: <20020816103808.E662@sjt-u10.cisco.com> References: <002201c24532$0fef5660$6901a8c0@SURVIVAL> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <002201c24532$0fef5660$6901a8c0@SURVIVAL>; from met@uberstats.com on Fri, Aug 16, 2002 at 10:34:41AM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG +---- MET wrote: | So here's my question. Whets the command to check my file system's | space? And is there a system wide function to delete crap similar to | what 'make clean' does? 1 - 'df -k' will show used/available space on mounted filesystems 2 - if you have ever built and installed the entire OS from source you can issue "make clean" while in /usr/src 3 - the ports system keeps the files it downloads in /usr/ports/distfiles. You can delete the files in that directory, and in the future use "make install clean distclean" to both clean the port directory and delete the distfiles. good luck! -- Steve Tremblett To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message