Linda Armelle Nzumotcha Tchoumkam wrote: > > I am a new user of cygwin in windows xp. > I want to run an executable program connected to cygwin. > I use the command chmod as ( “[ugoa]*<[-+=]<[rwxXst]*|[ugo]>>+” write “chmod > a+x /C/Program/flow”) > But I don’t get to the executable program. I receive this message: > chmod a+x /C/Program/flow : No such file or directory ------------------------------^^^^^^^^^^^^^^^^^^^^^^^^^ Just what it says, you probably want:
chmod a+x /cygdrive/c/Program/flow assuming "Program" is not really "Program Files" and "flow" is an actual file or directory, not "flow.exe" or something else. Hope this helps. -- René Berber -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple