Date: Fri, 23 Apr 1999 17:50:04 +0200 From: Stefano Riva <sriva@alice.it> To: "Marcel R. Wingate" <MWingate@cbm-wa.com> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Harddrives and filesystems - again Message-ID: <3.0.5.32.19990423175004.00ac94e0@relay.alice.it> In-Reply-To: <B704930A444AD111944F00600892E8A812AF18@CBM-NT1>
next in thread | previous in thread | raw e-mail | index | archive | help
At 08.42 23/04/99 -0700, you wrote: >How do I create a symlink so that /usr/home points to /home (ie if I cd to If you already have /usr/home as a directory, actually containing data: 1. cp -Rp /usr/home/* /home 2. rm -r /usr/home 3. ln -s /home /usr/home --- Stefano Riva Software Engineer - Systems Administrator Informazioni Editoriali I.E. Srl Phone +39-027528400, Fax +39-027528451 Email sriva@alice.it To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3.0.5.32.19990423175004.00ac94e0>