From owner-freebsd-questions@FreeBSD.ORG Fri Dec 1 18:38:24 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 EF00716A4C9 for ; Fri, 1 Dec 2006 18:38:24 +0000 (UTC) (envelope-from jnatola@familycareintl.org) Received: from mail.familycareintl.org (mail.familycareintl.org [68.167.21.154]) by mx1.FreeBSD.org (Postfix) with ESMTP id 26B9843CCB for ; Fri, 1 Dec 2006 18:38:03 +0000 (GMT) (envelope-from jnatola@familycareintl.org) X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Fri, 1 Dec 2006 13:38:17 -0500 Message-ID: <3A85D7EF44E1C744BF6434691F5659E9B55DFC@www.fcimail.org> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: SYMLINK Thread-Index: AccVdBDukKD+prPBT5GM+NI4TtnzdAAACJhg From: "Jean-Paul Natola" To: "Christian Walther" , "Chuck Swiger" 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 18:38:25 -0000 Additionally, find can tell you if a symbolic link is broken: % ln -s ./linksource ./linkdest % file linkdest linkdest: broken symbolic link to `./linksource' (In this case "linksource simply doesn't exist...) Uh-oh too much data - not processing- Maybe if I explain what I was doing- My /var is only 248 mb , /usr is 4 gigs 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=20 but I don't think that's right=20 as my var/spool/exim dorectory started filling up today