From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 19:59:06 2005 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 C551516A41F for ; Mon, 26 Sep 2005 19:59:06 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from poczta.o2.pl (mx2.go2.pl [193.17.41.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 64C8E43D49 for ; Mon, 26 Sep 2005 19:59:06 +0000 (GMT) (envelope-from mtmi@o2.pl) Received: from [10.50.93.21] (unregister185207219081.c207.msk.pl [81.219.207.185]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by poczta.o2.pl (Postfix) with ESMTP id 585897480FB for ; Mon, 26 Sep 2005 21:59:04 +0200 (CEST) From: =?iso-8859-2?q?Micha=B3_Mas=B3owski?= To: freebsd-questions@freebsd.org Date: Mon, 26 Sep 2005 21:59:00 +0200 User-Agent: KMail/1.8 References: <433850FD.3070403@gish.demon.nl> In-Reply-To: <433850FD.3070403@gish.demon.nl> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Message-Id: <200509262159.01175.mtmi@o2.pl> Subject: Re: Cleanup unused files and other junk ... 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: Mon, 26 Sep 2005 19:59:06 -0000 > Is there a good and dependable procedure for cleaning up the file > systems from unused junk that just clutters valuable disc space? > > I am already aware of the 'periodic daily' scripts > 'clear_tmp_enable=3DYES' option for the rc.conf file, but where else can > one safely remove files. > > For example, is it safe to delete all distfiles? =46rom hier(7): "/tmp/ temporary files that are not guaranteed to persist across sys- tem reboots", so clearing /tmp is safe for files not used after last boot. Deleting distfiles is safe if they aren't used.