From owner-freebsd-questions@FreeBSD.ORG Fri Nov 19 13:34:50 2004 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 6971B16A4CE for ; Fri, 19 Nov 2004 13:34:50 +0000 (GMT) Received: from debian.akroteq.com (rdbck-static-72.palmer.mtaonline.net [12.17.141.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id E71E143D3F for ; Fri, 19 Nov 2004 13:34:49 +0000 (GMT) (envelope-from andy@firman.us) Received: from andy by debian.akroteq.com with local (Exim 4.34) id 1CV8uR-0006Dw-JQ for freebsd-questions@freebsd.org; Fri, 19 Nov 2004 04:34:43 -0900 Date: Fri, 19 Nov 2004 04:34:43 -0900 From: Andy Firman To: freebsd-questions@freebsd.org Message-ID: <20041119133443.GA23820@akroteq.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.6i Subject: can't get rid of this file with trailing backslash? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Andy Firman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Nov 2004 13:34:50 -0000 I was editing my named.conf and somehow saved the file with a trailing backslash and I can't get rid of it. -rw-r--r-- 1 root bind 18314 Nov 18 11:35 named.conf -rw-r--r-- 1 root bind 18314 Nov 18 11:07 named.conf.save.11-18 -rw-r--r-- 1 root bind 17389 Nov 18 10:58 named.conf\ -rw-r--r-- 1 bind bind 2602 May 25 17:28 named.root I was using nano and have no clue how I did it. If I rm named.conf\ it removes the named.conf. So how do I get rid of named.conf\ ? Andy