From owner-freebsd-questions@FreeBSD.ORG Thu Feb 26 20:12:31 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 114C416A4CE for ; Thu, 26 Feb 2004 20:12:31 -0800 (PST) Received: from tmgcon.com (tmgcon.com [128.121.216.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E768243D2F for ; Thu, 26 Feb 2004 20:12:30 -0800 (PST) (envelope-from gentoo@tmgcon.com) Received: from kereru.tmgcon1.co.nz (210-55-86-44.dialup.xtra.co.nz [210.55.86.44]) by tmgcon.com (8.12.10/8.12.6) with ESMTP id i1R4CS3w084207 for ; Fri, 27 Feb 2004 04:12:29 GMT Received: from gentoo (unknown [192.168.0.64]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by kereru.tmgcon1.co.nz (Postfix) with ESMTP id 3171FCFEF for ; Fri, 27 Feb 2004 17:12:27 +1300 (NZDT) From: Tom Munro Glass To: freebsd-questions@freebsd.org Date: Fri, 27 Feb 2004 17:12:24 +1300 User-Agent: KMail/1.6 MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-Id: <200402271712.25786.gentoo@tmgcon.com> Subject: cp options 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: Fri, 27 Feb 2004 04:12:31 -0000 Linux cp has a --link option that makes hard links instead of copies of non-directories. The FreeBSD cp doesn't appear to have that option. Is there a way of achieving this? Tom Munro Glass