[7266] in Athena Bugs
rt 7.2R: cd
daemon@ATHENA.MIT.EDU (daemon@ATHENA.MIT.EDU)
Sun Mar 10 15:12:53 1991
From: sethf@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Sun, 10 Mar 91 15:12:36 EST
System name: frumious-bandersnatch
Type and version: RTPC-ROMPC 7.2R
Display type: apa16
What were you trying to do?
cd into a directory to which I did not have the necessary permissions.
What's wrong:
mkdir foo
chmod 0 foo
chdir foo
returns the error message:
foo: No such file or directory
This is inaccurate. There is indeed such a directory.
What should have happened:
It should return at least return
foo: permission denied
Please describe any relevant documentation references:
chdir(2)