From owner-freebsd-hackers Tue Jan 2 10:11:33 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA01116 for hackers-outgoing; Tue, 2 Jan 1996 10:11:33 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA01111 for ; Tue, 2 Jan 1996 10:11:29 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id KAA01543; Tue, 2 Jan 1996 10:11:28 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.7.3/8.6.5) with SMTP id KAA00274; Tue, 2 Jan 1996 10:11:31 -0800 (PST) Message-Id: <199601021811.KAA00274@corbin.Root.COM> To: Daniel Leeds cc: hackers@freebsd.org Subject: Re: find problems In-reply-to: Your message of "Tue, 02 Jan 96 12:33:07 GMT." <199601021233.MAA01889@sponsor.octet.com> From: David Greenman Reply-To: davidg@Root.COM Date: Tue, 02 Jan 1996 10:11:30 -0800 Sender: owner-hackers@freebsd.org Precedence: bulk >when i do this...basically to get a complete listt of all files and dirs >on a machine, this happens > >$ find / > file.output & > >it bombs midway through with fts_read no such file or directory? Probably because it's going through the files in /proc and this is obviously very volatile. -DG