Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <1264BCF4F426D611B0B00050DA782A50027EFFBC@mail.gft.com> From: =?ISO-8859-1?Q?=22Schaible=2C_J=F6rg=22?= To: cygwin AT cygwin DOT com Subject: RE: Problems with CPAN Date: Wed, 31 Jul 2002 12:58:10 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id g6VAxee09848 Hi Sven, > From: Sven Köhler [mailto:skoehler AT upb DOT de] > > in fact is was easier: > - the perl script checked the permission - what went wrong > since NT ACLs > are much more complicated than unix RWX-stuff > - bash does not use any test - it just opens/runs the file to > check if > it has access. Well, no! Bashs tests first and tries then anyway. Difference: If the test fails it tries to find an alternative. Ash, tcsh and zsh simply try without looking for alternatives. Try to run "find" without proper permissions for "/bin". Regards, Jörg -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/