X-Spam-Check-By: sourceware.org Message-ID: <50be591b0607202319w2e9845bdp560051aa70f604a8@mail.gmail.com> Date: Fri, 21 Jul 2006 11:49:06 +0530 From: "Hemal Pandya" To: "The Cygwin Mailing List" Subject: permissions on .exe files MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: e5ffa38a112bf295 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 Hello, If I create a file somefile.exe "outside cygwin" then cygwin reports that it is executable. But if the file is created by cygwin then it does not become executable unless explicitly set. One implication of this is that when I extract a .zip using cygwin unzip then the .exe, .dll, .bat etc do not get the executable permission. Is there a way to tell cygwin to assign u+x for the files created from cygwin for which it would have otherwise assumed this permission? Thanks. - hemal hpandya AT hpandya-xp2 /tmp/ll Fri Jul 21 11:47:43 2006 $ cmd /c "dir > in_windows.exe" hpandya AT hpandya-xp2 /tmp/ll Fri Jul 21 11:47:50 2006 $ ls > in_cygwin.exe hpandya AT hpandya-xp2 /tmp/ll Fri Jul 21 11:47:58 2006 $ ls -l total 2 -rw-r--r-- 1 hpandya &-Users 29 Jul 21 11:47 in_cygwin.exe -rwxr-xr-x 1 hpandya &-Users 345 Jul 21 11:47 in_windows.exe hpandya AT hpandya-xp2 /tmp/ll Fri Jul 21 11:48:02 2006 -- 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/