From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 18:48:18 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 F02B716A500 for ; Fri, 1 Dec 2006 18:48:18 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0112043CB0 for ; Fri, 1 Dec 2006 18:47:59 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin05-en2 [10.13.10.150]) by smtpout.mac.com (Xserve/8.12.11/smtpout16/MantshX 4.0) with ESMTP id kB1Im3D2023264; Fri, 1 Dec 2006 10:48:03 -0800 (PST) Received: from [17.214.13.96] (a17-214-13-96.apple.com [17.214.13.96]) (authenticated bits=0) by mac.com (Xserve/smtpin05/MantshX 4.0) with ESMTP id kB1IluVi015236; Fri, 1 Dec 2006 10:47:58 -0800 (PST) In-Reply-To: <3A85D7EF44E1C744BF6434691F5659E9B55DFC@www.fcimail.org> References: <3A85D7EF44E1C744BF6434691F5659E9B55DFC@www.fcimail.org> Mime-Version: 1.0 (Apple Message framework v752.2) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <5D4EB4FF-44A6-4993-BF7C-D2FF08E0E9A2@mac.com> Content-Transfer-Encoding: 7bit From: Chuck Swiger Date: Fri, 1 Dec 2006 10:47:55 -0800 To: Jean-Paul Natola X-Mailer: Apple Mail (2.752.2) X-Brightmail-Tracker: AAAAAA== X-Brightmail-scanned: yes Cc: Christian Walther , 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 18:48:19 -0000 On Dec 1, 2006, at 10:38 AM, Jean-Paul Natola wrote: > I wanted to have the /var/spool/exim/ subdirecotries (scan , input db, > msglog) run in the /usr slice (as it has ample space) > > So I MOVED exim to /usr/var2 and ran > > ln -s /var/spool/exim /usr/var2/exim > > but I don't think that's right Yep. You need to reverse the order of the arguments to "ln -s"; the first argument should be the actual, existing file or directory. -- -Chuck