How do I stop newly-created files from being +x?

2002-11-18 Thread Francis Litterio
I'm using Cygwin 1.3.15-1 with ntsec on an NTFS filesystem. I have my umask set to 077, and when I create a new file from a Cygwin application, it's permissions are rw-r--r--, which is what I expect. But if I create a new file from a non-Cygwin application (e.g., copy a file using Explorer),

Re: How do I stop newly-created files from being +x?

2002-11-18 Thread Max Bowsher
Francis Litterio [EMAIL PROTECTED] wrote: I'm using Cygwin 1.3.15-1 with ntsec on an NTFS filesystem. I have my umask set to 077, and when I create a new file from a Cygwin application, it's permissions are rw-r--r--, which is what I expect. But if I create a new file from a non-Cygwin