This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: tcsh can't find executables in Path with "wrong" case


> 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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]