From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from oldp.astro.wisc.edu ([128.104.39.15]) by hawkwind.utcs.toronto.edu with SMTP id <2223>; Sat, 22 May 1993 13:13:55 -0400 Received: by oldp.astro.wisc.edu (5.65/DEC-Ultrix/4.3) id AA03079; Sat, 22 May 1993 12:13:49 -0500 Message-Id: <9305221713.AA03079@oldp.astro.wisc.edu> To: rc@hawkwind.utcs.toronto.edu Subject: bug in globber? Date: Sat, 22 May 1993 13:13:49 -0400 From: Alan Watson X-Mts: smtp rc doesn't seem to be able to glob through a directory without having read permission; sh can. ; mkdir foo ; echo foo/../foo* foo/../foo ; chmod u-r foo ; echo foo/../foo* foo/../foo* ; sh $ echo foo/../foo* foo/../foo $ sh5 $ echo foo/../foo* foo/../foo $ This is under Ultrix 4.3, so /bin/sh is a creaky old v7 sh and /bin/sh5 is the SVR2 sh. And, no, the shs aren't running setuid root! Alan.