From owner-freebsd-questions@FreeBSD.ORG Thu Jul 8 21:58:29 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 8081516A4CE for ; Thu, 8 Jul 2004 21:58:29 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2669F43D46 for ; Thu, 8 Jul 2004 21:58:29 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.10/8.12.10) id i68LwHiT050960; Thu, 8 Jul 2004 16:58:17 -0500 (CDT) (envelope-from dan) Date: Thu, 8 Jul 2004 16:58:17 -0500 From: Dan Nelson To: Andrew Musselman Message-ID: <20040708215816.GD58856@dan.emsphone.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i 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 21:58:29 -0000 In the last episode (Jul 08), Andrew Musselman said: > 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? That manpage is for the C library function symlink(). The shell command is "ln", which handles both hard and symbolic links. -- Dan Nelson dnelson@allantgroup.com