From owner-freebsd-questions@FreeBSD.ORG Thu Mar 30 14:19:33 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 DE13316A423 for ; Thu, 30 Mar 2006 14:19:33 +0000 (UTC) (envelope-from gpeel@thenetnow.com) Received: from webmaillogin.com (fr4.webmaillogin.com [216.40.35.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5642E43D53 for ; Thu, 30 Mar 2006 14:19:33 +0000 (GMT) (envelope-from gpeel@thenetnow.com) Received: from [216.240.12.2] (account gpeel@thenetnow.com HELO GRANT) by fr4.webmaillogin.com (CommuniGate Pro SMTP 4.3.8) with ESMTPA id 163368597 for freebsd-questions@freebsd.org; Thu, 30 Mar 2006 09:19:31 -0500 Message-ID: <009b01c65404$f61f8120$6401a8c0@GRANT> From: "Grant Peel" To: Date: Thu, 30 Mar 2006 09:19:24 -0500 Organization: The Net Now Internet MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Deleting Kernel conpile directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Grant Peel List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 30 Mar 2006 14:19:33 -0000 Hi all, I am running a little low on disk space in /usr Can I delete the /usr/src/sys/i386/compile/mykernel directory? If so, which method is best: a: cd /usr/src/sys/i386/compile rm -rf mykernel or b: cd /usr/src/sys/i386/compile/mykernel make clean Thanks all, -Grant