From owner-freebsd-questions Wed Mar 22 22:53:58 2000 Delivered-To: freebsd-questions@freebsd.org Received: from fw.wintelcom.net (ns1.wintelcom.net [209.1.153.20]) by hub.freebsd.org (Postfix) with ESMTP id A5E5337BA59 for ; Wed, 22 Mar 2000 22:53:56 -0800 (PST) (envelope-from bright@fw.wintelcom.net) Received: (from bright@localhost) by fw.wintelcom.net (8.10.0/8.10.0) id e2N7HPM02889; Wed, 22 Mar 2000 23:17:25 -0800 (PST) Date: Wed, 22 Mar 2000 23:17:25 -0800 From: Alfred Perlstein To: John Daniels Cc: freebsd-questions@FreeBSD.ORG Subject: Re: symbolic links Message-ID: <20000322231724.J21029@fw.wintelcom.net> References: <20000323063640.24326.qmail@hotmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i In-Reply-To: <20000323063640.24326.qmail@hotmail.com>; from jmd526@hotmail.com on Thu, Mar 23, 2000 at 01:36:40AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG * John Daniels [000322 23:00] wrote: > Hi: > Can someone tell me how long a symbolic link lasts? Do these need to be > maintained in any way? Are there any 'gotchas' in using them? the only 'gotcha' is that if you remove the target file you'll get "file not found" errors if you access the symlink, but I don't know of any other way to handle that. :) > I just did a symbolic link to place /var under /usr (as described in the > book: The Complete FreeBSD. Now I get the entry var@ when I enter the > command ls -F. I guess var@ tells me that there is symbolic link. I'm not sure, check the ls manpage. -Alfred To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message