From owner-freebsd-questions@FreeBSD.ORG Tue Sep 6 16:37:31 2005 Return-Path: X-Original-To: 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 1F9C116A41F for ; Tue, 6 Sep 2005 16:37:31 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.206]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9372743D48 for ; Tue, 6 Sep 2005 16:37:30 +0000 (GMT) (envelope-from sequethin@gmail.com) Received: by wproxy.gmail.com with SMTP id 57so940321wri for ; Tue, 06 Sep 2005 09:37:29 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=d4pO/Bq8w63JMut+sWs1etS/NCiIMllg2Kfhz9iTQP2dzrebcf0GS+z7nfA4MGYI6i9ts7mT2hrvkjKRdFAnMXtpiG2JnPMRcDANHQ6C2zikPKP7vLNsy4Si851/kFsRdRq4cLVgemmHXYE08WMmWEC3QusbGGlzFcAGK1rRqYU= Received: by 10.54.117.20 with SMTP id p20mr4485123wrc; Tue, 06 Sep 2005 09:37:29 -0700 (PDT) Received: by 10.54.68.20 with HTTP; Tue, 6 Sep 2005 09:37:29 -0700 (PDT) Message-ID: <3060c23905090609374c66f05a@mail.gmail.com> Date: Tue, 6 Sep 2005 12:37:29 -0400 From: Mike Hernandez To: robert@webtent.com, questions@freebsd.org In-Reply-To: <1126024196.4623.5.camel@columbus.webtent.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1126024196.4623.5.camel@columbus.webtent.org> Cc: Subject: Re: Large -X directory X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: sequethin@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Sep 2005 16:37:31 -0000 On 9/6/05, Robert Fitzpatrick wrote: > I have a directory, no idea where it came from called '-X' and it has > consumed my entire /home partition, now 10GB. Given the name, I am > finding it hard to remove, how can I remove this file? I've been doing a > lot of backup script testing on that devel server, so I am assuming it > came from a bad run at this point with the -X option of tar placed > incorrectly. Try rmdir -- -X Mike