Ok I run it with no error I could see:

bash-2.05$ mkdir foo
bash-2.05$ chmod u-rwx foo
bash-2.05$ perl -e 'stat "foo" || die "Dead.\n";'
bash-2.05$
----- Original Message ----- 
From: "Sam Varshavchik" <[EMAIL PROTECTED]>
To: "Courier-Users" <[EMAIL PROTECTED]>
Sent: Friday, November 01, 2002 9:36 PM
Subject: [courier-users] Re: Check fail


> Russell Premont writes:
> 
> > What happens when you do:
> > 
> > mkdir foo
> > chmod u-rwx foo
> > stat foo/.
> > 
> > I can make dir
> > 
> > d---r-xr-x   2 rpremont other        512 Nov  1 20:08 foo
> > 
> > but I get command not found for stat
> 
> Instead of stat use:
> 
> perl -e 'stat "foo" || die "Dead.\n";'
> 
> 
> 
> 
> -------------------------------------------------------
> This sf.net email is sponsored by: See the NEW Palm 
> Tungsten T handheld. Power & Color in a compact size!
> http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
> _______________________________________________
> courier-users mailing list
> [EMAIL PROTECTED]
> Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
> 



-------------------------------------------------------
This sf.net email is sponsored by: See the NEW Palm 
Tungsten T handheld. Power & Color in a compact size!
http://ads.sourceforge.net/cgi-bin/redirect.pl?palm0001en
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to