From owner-freebsd-questions@FreeBSD.ORG Tue Mar 1 15:50:23 2005 Return-Path: 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 E417E16A4CE for ; Tue, 1 Mar 2005 15:50:23 +0000 (GMT) Received: from ei.bzerk.org (ei.xs4all.nl [213.84.67.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id D766D43D4C for ; Tue, 1 Mar 2005 15:50:20 +0000 (GMT) (envelope-from mail25@bzerk.org) Received: from ei.bzerk.org (BOFH@localhost [127.0.0.1]) by ei.bzerk.org (8.13.1/8.13.1) with ESMTP id j21Ft4Ga003094; Tue, 1 Mar 2005 16:55:04 +0100 (CET) (envelope-from mail25@bzerk.org) Received: (from bulk@localhost) by ei.bzerk.org (8.13.1/8.13.1/Submit) id j21Ft4V7003093; Tue, 1 Mar 2005 16:55:04 +0100 (CET) (envelope-from mail25@bzerk.org) Date: Tue, 1 Mar 2005 16:55:04 +0100 From: Ruben de Groot To: Rob Message-ID: <20050301155504.GA3038@ei.bzerk.org> Mail-Followup-To: Ruben de Groot , Rob , freebsd-questions@freebsd.org References: <20050228165856.D333143D5F@mx1.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050228165856.D333143D5F@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i X-Spam-Status: No, score=-2.3 required=5.0 tests=ALL_TRUSTED, FROM_ENDS_IN_NUMS autolearn=failed version=3.0.1 X-Spam-Checker-Version: SpamAssassin 3.0.1 (2004-10-22) on ei.bzerk.org cc: freebsd-questions@freebsd.org Subject: Re: dir ~ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2005 15:50:24 -0000 On Mon, Feb 28, 2005 at 04:58:45PM -0000, Rob typed: > Hi, > > I typed mv file dir/~ and I now have dir/~ but when I go to that it > takes me to my home which happened to be root, I tried to delete the > directory and it started deleting roots home. Is there a way to delete this > ~ dir? How about rm dir/~ ?