Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Oct 2000 16:57:50 -0500
From:      Chris Costello <chris@calldei.com>
To:        void <float@firedrake.org>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: "find /proc"
Message-ID:  <20001005165749.D26550@holly.calldei.com>
In-Reply-To: <20001005215918.A24987@firedrake.org>
References:  <20001005215918.A24987@firedrake.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thursday, October 05, 2000, void wrote:
> Why does find(1) operate non-recursively in /proc?

   Because the procfs_readdir() code does not report directories
as the correct type (DT_REG as opposed to the proper DT_DIR).

-- 
|Chris Costello <chris@calldei.com>
|TRAPEZOID - A device for catching zoids.
`----------------------------------------


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20001005165749.D26550>