From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <54b0ae22845d93a48296e5105042d8ec@orthanc.cc.titech.ac.jp> To: 9fans@cse.psu.edu From: YAMANASHI Takeshi Date: Thu, 3 Jun 2004 10:58:14 +0900 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] chdir to mode 000 directory Topicbox-Message-UUID: 90e15dd2-eacd-11e9-9e20-41e7f4b1d025 Clearly, I'm missing something..., but how do I interpret this behaviour? % mkdir dir % chmod 000 dir % ls -ld dir d---------- M 9 nashi nashi 0 Jun 3 10:51 dir % cd dir % __chdir succeeds!__ % pwd pwd: permission denied --