X-Spam-Check-By: sourceware.org Date: Fri, 21 Jul 2006 11:44:56 -0400 (EDT) From: Igor Peshansky Reply-To: cygwin AT cygwin DOT com To: Hemal Pandya cc: cygwin AT cygwin DOT com Subject: Re: permissions on .exe files In-Reply-To: <50be591b0607202319w2e9845bdp560051aa70f604a8@mail.gmail.com> Message-ID: References: <50be591b0607202319w2e9845bdp560051aa70f604a8 AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Unsubscribe: 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 On Fri, 21 Jul 2006, Hemal Pandya wrote: > 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. This is correct and expected behavior. > 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. That's a problem with the ZIP format, which does not keep permissions. Try "tar". > 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? Cygwin does not assume any permissions. Neither does Windows. However, Windows does have ACL inheritance rules that set everything to be executable. You can tell Cygwin to use default Windows permissions by temporarily setting CYGWIN to nontsec, i.e., run CYGWIN=nontsec unzip somefile.zip This would not assign u+x, but rather a+x. There is no way that I know of to get Cygwin to automatically assign only u+x. > 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 BTW, the above would happen even if you didn't have the .exe extension. Windows does not do special magic for .exe files -- it just makes everything executable. A pretty annoying feature, if you ask me. Igor -- http://cs.nyu.edu/~pechtcha/ |\ _,,,---,,_ pechtcha AT cs DOT nyu DOT edu | igor AT watson DOT ibm DOT com ZZZzz /,`.-'`' -. ;-;;,_ Igor Peshansky, Ph.D. (name changed!) |,4- ) )-,_. ,\ ( `'-' old name: Igor Pechtchanski '---''(_/--' `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-. Meow! "Las! je suis sot... -Mais non, tu ne l'es pas, puisque tu t'en rends compte." "But no -- you are no fool; you call yourself a fool, there's proof enough in that!" -- Rostand, "Cyrano de Bergerac" -- 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/