From owner-freebsd-questions@FreeBSD.ORG Thu May 27 04:16:15 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 1AB0E16A4CE for ; Thu, 27 May 2004 04:16:15 -0700 (PDT) Received: from mail.messier-dowty.on.ca (mail.messier-dowty.on.ca [199.243.106.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE88143D1D for ; Thu, 27 May 2004 04:16:11 -0700 (PDT) (envelope-from eric.boucher@messier-dowty.com) Received: from mdtexchange.toronto.mdi.messier-dowty.snecma by mail.messier-dowty.on.caESMTP; Thu, 27 May 2004 07:16:11 -0400 Received: from MON-EXCH55-01.Montreal.mdi.messier-dowty.snecma (MON-EXCH55-01 [57.227.204.10]) by mdtexchange.dowty.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2653.13) id K49FQZTG; Thu, 27 May 2004 07:22:25 -0400 Received: by mon-exch55-01.montreal.mdi.messier-dowty.snecma with Internet Mail Service (5.5.2653.19) id ; Thu, 27 May 2004 07:12:03 -0400 Message-ID: <8CD1D9DB65FBF540B06E79015F0DA1111886BD@mon-exch55-01.montreal.mdi.messier-dowty.snecma> From: "Boucher, Eric" To: freebsd-questions@freebsd.org Date: Thu, 27 May 2004 07:12:02 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Subject: symbolic link cycling 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, 27 May 2004 11:16:15 -0000 Hi everyone, Is it possible to know which folders are pointing to each other in a cycle manner by doing a find or some other command? I have a backup utility (in windows thru samba) which seems to backup redundant files, probably due to some symbolic links pointing to each other in cycle. Maybe a shell script can do the job? I searched on the internet without good results. I hope that my question is clear. Thanks, Eric