From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 22:20:25 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 55EF716A4CE for ; Thu, 8 Jul 2004 22:20:25 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 43E8343D1F for ; Thu, 8 Jul 2004 22:20:24 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i68MHnB28001; Thu, 8 Jul 2004 18:17:49 -0400 (EDT) From: Jerry McAllister Message-Id: <200407082217.i68MHnB28001@clunix.cl.msu.edu> To: Andrew@cwu.EDU (Andrew Musselman) Date: Thu, 8 Jul 2004 18:17:48 -0400 (EDT) In-Reply-To: from "Andrew Musselman" at Jul 08, 2004 02:40:30 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: symlink X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Jul 2004 22:20:25 -0000 > > Hello; I'm new to this list. > > I've looked and still can't find the path to the command "symlink". It > has a man page, but I can't find it. Any suggestions? Probably what you are looking for is:a link -s as in: link -s file_to_link name_of_link symlink is a library routine callable from a progran, not a stand-alone command. ////jerry > > Thanks, > Andrew > > Andrew Musselman > andrew@cwu.edu > (509) 963-2995 > > _______________________________________________ > 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" >