X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Tue, 28 Oct 2008 19:28:04 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Execute permission not set when creating files Message-ID: <20081028232804.GA17638@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: 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 Tue, Oct 28, 2008 at 10:15:45PM -0000, John Cooper wrote: >Christopher Faylor wrote: >>Are you sure you're using the cygwin version of all utilities? You >>seem to have some duplication between c:\cygwin\bin and c:\bin. > >I have a custom version of `ls' in the bin directly, but it's >definitely the Cygwin version of `touch'. I also get the same problem >when I run `echo hi > b.txt': > >$ umask >022 >$ type echo >echo is a shell builtin >echo is /c/cygwin/bin/echo >$ echo hi > b.txt >$ ls -l b.txt >-rw-r--r-- 1 John None 3 Oct 28 22:08 b.txt > >(btw, I've tried with zsh and bash and the problem occurs with both.) Actually, if you try this similar exercise under linux you'll see similar behavior. I should have realized that before suggesting that you had another version of touch. cgf -- 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/