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 From: ericblake AT comcast DOT net (Eric Blake) To: Shankar Unni , cygwin AT cygwin DOT com Subject: Re: tcsh can't find executables in Path with "wrong" case Date: Wed, 14 Sep 2005 17:39:20 +0000 Message-Id: <091420051739.13829.432860480000A5FD0000360522058864420A050E040D0C079D0A@comcast.net> > bash-3.00$ ls -l /cygdrive/c/oracle/product/10.1.0/db_1/bin | grep -i > exp.exe > ----------+ 1 shankar None 405776 Mar 8 2004 EXP.EXE You'd better check the permissions there. What does 'getfacl /cygdrive/c/oracle/product/10.1.0/db_1/bin/EXP.EXE' show? ls doesn't think that shankar has the rights to execute it, which may be part of your problem. Also, remember that which is a tcsh builtin, but in bash you get /bin/which, and they are different. I'm not sure why bash and tcsh are able to exec the program if you don't have execute permissions. -- Eric Blake -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/