From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 15:15:38 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 716CB16A4CE for ; Fri, 7 Jan 2005 15:15:38 +0000 (GMT) Received: from lorna.circlesquared.com (host217-45-219-85.in-addr.btopenworld.com [217.45.219.85]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D7443D48 for ; Fri, 7 Jan 2005 15:15:30 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j07FFKrk098025; Fri, 7 Jan 2005 15:15:29 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Marty Landman In-Reply-To: <6.2.0.14.0.20050107094403.030a3d38@mail.face2interface.com> References: <6.2.0.14.0.20050106184116.01f2aa80@mail.face2interface.com> <20050107053638.GE27020@turingmachine.mentalsiege.net> <6.2.0.14.0.20050107074632.03093500@mail.face2interface.com> <1105103142.708.136.camel@lorna.circlesquared.com> <6.2.0.14.0.20050107091811.01f21c78@mail.face2interface.com> <1105108254.708.141.camel@lorna.circlesquared.com> <6.2.0.14.0.20050107094403.030a3d38@mail.face2interface.com> Content-Type: text/plain Date: Fri, 07 Jan 2005 15:15:20 +0000 Message-Id: <1105110920.708.152.camel@lorna.circlesquared.com> Mime-Version: 1.0 X-Mailer: Evolution 2.0.3 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit cc: "freebsd-questions@freebsd.org" Subject: Re: clearing space 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: Fri, 07 Jan 2005 15:15:38 -0000 On Fri, 2005-01-07 at 09:48 -0500, Marty Landman wrote: > At 09:30 AM 1/7/2005, Peter Risdon wrote: > > > > > > # mv /sbin /usr/sbin > > > # ln -s /usr/sbin /sbin > > > # mv /root /usr/root > > > # ls -s /usr/root /root > > > >Typo here: ls instead of ln - that's why there's no link. > > Oh man, could I be any stupider? > > >Do you have physical access to the machine? > > Yep, haven't used the console in many months. Wonder what my Chucky screen > saver looks like nowadays. > > How do I get back on with root permissions from the console so I create the > needed link? Boot into single user mode. As I say in another post in this thread, I did check this before giving you the advice. Pre 5.x you hit any key, then type: boot -s at the boot prompt. In 5.x you get a menu. Peter.