From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 14:31:07 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 A77A916A4CE for ; Fri, 7 Jan 2005 14:31:07 +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 0C5AE43D1D for ; Fri, 7 Jan 2005 14:31:04 +0000 (GMT) (envelope-from peter@circlesquared.com) Received: from localhost.circlesquared.com (localhost.circlesquared.com [127.0.0.1])j07EUtaZ097903; Fri, 7 Jan 2005 14:30:56 GMT (envelope-from peter@circlesquared.com) From: Peter Risdon To: Marty Landman In-Reply-To: <6.2.0.14.0.20050107091811.01f21c78@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> Content-Type: text/plain Date: Fri, 07 Jan 2005 14:30:54 +0000 Message-Id: <1105108254.708.141.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 14:31:07 -0000 On Fri, 2005-01-07 at 09:24 -0500, Marty Landman wrote: > At 08:55 AM 1/7/2005, Joshua Lokken wrote: > >On Fri, 07 Jan 2005 13:05:42 +0000, Peter Risdon > > > > > How about: > > > > > > #mv /sbin /usr/sbin > > > #ln -s /usr/sbin /sbin > > > #mv /root /usr/root > > > #ln -s /usr/root /root > > I've run into a little bit of trouble here. I ssh into my fbsd box as user > marty in group wheel, then su - as needed. > > As you'll see below, I wasn't able to set up the link for /root and now > can't su to root either. > > ++++++++++++++++++++++++++++++++++++++++++++++++++++ > > # 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. Do you have physical access to the machine? Peter.