From owner-freebsd-questions@FreeBSD.ORG Thu Apr 27 17:43:07 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 AC0AB16A401 for ; Thu, 27 Apr 2006 17:43:07 +0000 (UTC) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 532D043D49 for ; Thu, 27 Apr 2006 17:43:06 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend2.internal (frontend2.internal [10.202.2.151]) by frontend1.messagingengine.com (Postfix) with ESMTP id D0B8ED4C872 for ; Thu, 27 Apr 2006 13:43:04 -0400 (EDT) Received: from heartbeat2.messagingengine.com ([10.202.2.161]) by frontend2.internal (MEProxy); Thu, 27 Apr 2006 13:42:17 -0400 X-Sasl-enc: nZAe5Qc8NkqozNtGRV7tzq2XqRRCcHsGSumhRIJuYVii 1146159737 Received: from bb-87-81-140-128.ukonline.co.uk (bb-87-81-140-128.ukonline.co.uk [87.81.140.128]) by mail.messagingengine.com (Postfix) with ESMTP id 7AD962C7 for ; Thu, 27 Apr 2006 13:42:17 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Thu, 27 Apr 2006 18:43:01 +0100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200604271843.02533.list-freebsd-2004@morbius.sent.com> Subject: find not finding file. 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: Thu, 27 Apr 2006 17:43:07 -0000 Can anyone explain this: # find /etc/ -name 'named.conf' # ls -l /etc/namedb/named.conf -rw-r--r-- 1 root wheel 3715 Nov 13 17:35 /etc/namedb/named.conf named.conf is not found, but as a sanity check a similar search for ppp.conf succeeds # find /etc/ -name 'ppp.conf' /etc/ppp/ppp.conf there is nothing odd about the directories: # ls -dl /etc/namedb/ /etc/ppp/ drwxr-xr-x 5 root wheel 512 Nov 13 17:35 /etc/namedb/ drwxr-xr-x 2 root wheel 512 Feb 8 17:36 /etc/ppp/