X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_50,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org X-Authority-Analysis: v=1.1 cv=qtFpkpLoq1h6Rzh6To4jlydEWOxnTDhhQmDAOJLAbB0= c=1 sm=1 a=4WAMXA4txZwA:10 a=EwLHhnViK5AA:10 a=yUnIBFQkZM0A:10 a=8nJEP1OIZ-IA:10 a=qaKb1C4icvFelln4jb265g==:17 a=9rPewoEvBsFKGgGoEkwA:9 a=wPNLvfGTeEIA:10 a=qaKb1C4icvFelln4jb265g==:117 Message-ID: <4E7A475D.7010301@charter.net> Date: Wed, 21 Sep 2011 16:21:49 -0400 From: BZTSilversleeves User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:6.0.2) Gecko/20110902 Firefox/6.0.2 SeaMonkey/2.3.3 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Permission denied but have permission References: <32502415 DOT post AT talk DOT nabble DOT com> In-Reply-To: <32502415.post@talk.nabble.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Lou U wrote: > I am a newbie running cygwin on Windows 7. I want to run an installer for > graphics software, Dislin. > $./setup.exe > bash: ./setup.exe Permission denied > Permissions for setup.exe are -rwxrwxrwx+ > setup will run in a Windows Command window. I'm wondering if that "+" in the > permissions is a problem. If so, how do I circumvent it? Any help would be > appreciated. > Lou Lou, cygstart is the command for starting Windows applications from the command line. Most installers will run from Windows Explorer. I'm curious to know why you don't just double-click on the item. That plus sign on the end is Cygwin's way of noting the file "setup.exe" has ACLs -- permissions of a type native to Windows that aren't _quite suitable for ready display in a terminal. You can look them up on the Cygwin site. (There's also the command 'getfacl ', but IMO its output is a little abstruse for newbie Cygwin users). Helpful? Good. SW -- 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