From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 20:07:36 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A283C16A4CA for ; Fri, 1 Dec 2006 20:07:36 +0000 (UTC) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (gizmo.acns.msu.edu [35.8.1.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 27D2A43D80 for ; Fri, 1 Dec 2006 20:06:27 +0000 (GMT) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: from gizmo.acns.msu.edu (localhost [127.0.0.1]) by gizmo.acns.msu.edu (8.13.6/8.13.6) with ESMTP id kB1K3irP011393; Fri, 1 Dec 2006 15:03:44 -0500 (EST) (envelope-from jerrymc@gizmo.acns.msu.edu) Received: (from jerrymc@localhost) by gizmo.acns.msu.edu (8.13.6/8.13.6/Submit) id kB1K3ile011392; Fri, 1 Dec 2006 15:03:44 -0500 (EST) (envelope-from jerrymc) Date: Fri, 1 Dec 2006 15:03:44 -0500 From: Jerry McAllister To: Jean-Paul Natola Message-ID: <20061201200344.GA11235@gizmo.acns.msu.edu> References: <3A85D7EF44E1C744BF6434691F5659E9B55DE4@www.fcimail.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9B55DE4@www.fcimail.org> User-Agent: Mutt/1.4.2.2i Cc: freebsd-questions@freebsd.org Subject: Re: SYMLINK X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Dec 2006 20:07:36 -0000 On Fri, Dec 01, 2006 at 12:30:51PM -0500, Jean-Paul Natola wrote: > Please excuse my ignorance but I believe my symlink is not working, how can I > verify a symlink? Just use it and see what happens. If it is a symlink to a directory, then do a cd to it. If it is to a text file, do a vi or something like that to it. If you get where it is supposed to go, then it is working. If no, something is wrong. Examples: You create this link (presuming all dirs exist). 'ln -s /some/other/dir/goodstuff /stuff' Then do 'cd /stuff' a pwd and should see yourself in /some/other/dir/stuff You create this link (presuming ...textfile is some file containing text) 'ln -s /my/junk/dir/textfile /txfl Then you should be able to do 'vi /txfl' and it will bring up an editing session with what is in ...textfile You can use any text editor you like if vi is not to your taste (though you should at least learn how to use vi since it is so omnipresent in the UNIX world) > > And Yes I am a newbie in the BSD / open source world. > Welcome to FreeBSD. It will take some learning, but be worth it, even in the short run. ////jerry > > Jean-Paul Natola > Network Administrator > Information Technology > Family Care International > 588 Broadway Suite 503 > New York, NY 10012 > Phone:212-941-5300 xt 36 > Fax: 212-941-5563 > Mailto: Jnatola@Familycareintl.org > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >