From owner-freebsd-questions Fri Apr 23 8:52:40 1999 Delivered-To: freebsd-questions@freebsd.org Received: from dns.ie-online.it (dns.ie-online.it [194.133.148.8]) by hub.freebsd.org (Postfix) with ESMTP id 68A4A14BE9 for ; Fri, 23 Apr 1999 08:52:36 -0700 (PDT) (envelope-from sriva@alice.it) Received: from dns.ie-interna.it (host1.ie-online.it [194.133.148.10]) by dns.ie-online.it (8.8.8/8.8.8) with ESMTP id RAA16166; Fri, 23 Apr 1999 17:50:04 +0200 (CEST) (envelope-from sriva@alice.it) Received: from stefano (stefano.ie-interna.it [192.168.0.33]) by dns.ie-interna.it (8.8.8/8.8.8) with SMTP id RAA05976; Fri, 23 Apr 1999 17:50:04 +0200 (CEST) (envelope-from sriva@alice.it) Message-Id: <3.0.5.32.19990423175004.00ac94e0@relay.alice.it> X-Sender: riva@relay.alice.it X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Fri, 23 Apr 1999 17:50:04 +0200 To: "Marcel R. Wingate" From: Stefano Riva Subject: Re: Harddrives and filesystems - again Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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