From owner-freebsd-current Sun Oct 13 23:30:31 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id XAA01619 for current-outgoing; Sun, 13 Oct 1996 23:30:31 -0700 (PDT) Received: from parkplace.cet.co.jp (parkplace.cet.co.jp [202.32.64.1]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id XAA01612 for ; Sun, 13 Oct 1996 23:30:28 -0700 (PDT) Received: from localhost (michaelh@localhost) by parkplace.cet.co.jp (8.8.0/CET-v2.1) with SMTP id GAA08168; Mon, 14 Oct 1996 06:30:23 GMT Date: Mon, 14 Oct 1996 15:30:22 +0900 (JST) From: Michael Hancock To: Karl Denninger cc: current@FreeBSD.org Subject: Re: More on the disappearing directory problem In-Reply-To: <199610132229.RAA01131@Jupiter.Mcs.Net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-current@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk On Sun, 13 Oct 1996, Karl Denninger wrote: > Errno = 2, which is "ENOENT", or the directory DISAPPEARED! (This is being > returned by the "getcwd" system call) > > However, if you then do an "ls -la", you DO see the directory and its > contents. Do you see the directory with plain ls? There is a significant difference when you need to get attributes. Regards, Mike Hancock