X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-0.7 required=5.0 	tests=AWL,BAYES_00,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: =?UTF-8?B?UmVuw6kgQmVyYmVy?= <r.berber@computer.org>
Subject:  Re: chmod in cygwin
Date:  Mon, 04 Jan 2010 00:17:16 -0600
Lines: 21
Message-ID: <hhs15g$aoa$1@ger.gmane.org>
References:  <1262577991.4b416947f163f@www.imp.polymtl.ca>
Mime-Version:  1.0
Content-Type:  text/plain; charset=UTF-8
Content-Transfer-Encoding:  quoted-printable
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.19) Gecko/20081209 Lightning/0.9 Thunderbird/2.0.0.19 Mnenhy/0.7.6.0
In-Reply-To: <1262577991.4b416947f163f@www.imp.polymtl.ca>
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Linda Armelle Nzumotcha Tchoumkam wrote:
>=20
> 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 ( =E2=80=9C[ugoa]*<[-+=3D]<[rwxXst]*|[ugo]>>+=
=E2=80=9D  write =E2=80=9Cchmod
> a+x /C/Program/flow=E2=80=9D)
> But I don=E2=80=99t 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.
--=20
Ren=C3=A9 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

