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

Reply via email to