Date: Fri, 7 Jan 2005 07:55:21 -0600 From: Joshua Lokken <joshua.lokken@gmail.com> To: freebsd-questions@freebsd.org Subject: Re: clearing space Message-ID: <bc5b6385050107055571c9dd2b@mail.gmail.com> In-Reply-To: <1105103142.708.136.camel@lorna.circlesquared.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>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, 07 Jan 2005 13:05:42 +0000, Peter Risdon <peter@circlesquared.com> wrote: > On Fri, 2005-01-07 at 07:53 -0500, Marty Landman wrote: > > Let's say I want to > > > > mv /sbin /usr/sbin > > mv /root /usr/root > > > > How problematic can this become? I can anticipate at least having to revise > > perl scripts that reference the sendmail path, although > > > > ln -s /usr/sbin/sendmail /sbin/sendmail > > > > will avoid having to 'fix' source code, right? > > How about: > > #mv /sbin /usr/sbin > #ln -s /usr/sbin /sbin > #mv /root /usr/root > #ln -s /usr/root /root Or just stop logging in as root, setup a user account for admin tasks, and learn to use sudo ;) -- Joshua Lokken Open Source Advocate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bc5b6385050107055571c9dd2b>