Subject: Re: bin/19377 (updated) To: David Laight <david@l8s.co.uk> From: Klaus Klein <kleink@reziprozitaet.de> List: tech-userlevel Date: 12/20/2002 00:50:52
David Laight <david@l8s.co.uk> writes:
> What I haven't checked is whether you are allowed to open()
> a directory if you only have search permissions.
No; the only notable exception for directories is the EISDIR case.
- Klaus