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 Date: Fri, 29 Aug 2003 11:52:11 +0100 From: Elfyn McBratney To: cygwin AT cygwin DOT com Subject: Re: [Fwd: Re: perl test fails] Message-ID: <20030829105211.GL614@emcb.co.uk> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <3F4F1D8B DOT 9070505 AT sanger DOT ac DOT uk> <20030829095256 DOT GE614 AT emcb DOT co DOT uk> <3F4F2BFD DOT 2060408 AT sanger DOT ac DOT uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3F4F2BFD.2060408@sanger.ac.uk> User-Agent: Mutt/1.4.1i Rob Clack wrote: > [...] > So there seems to be a couple of weensy buggettes there, though I'm not > suggesting anyone bother to fix them unless they happen to be working > there anyway. They're not serious bugs, but they did obscure the real > problem and waste quite a lot of my and several other people's time. > > 1. chmod should surely change the permissions whatever the contents of > the file, and if it doesn't, it should issue a message. Silent failure > is not very friendly. If your on an NT variant all you have to do is set CYGWIN=ntsec (If you want support for NT extended attributes you can add `ntea', too). However, on win9x the `ch*' family of calls retrun success (IIRC), as the underlying OS does not support security in the way NT does. I might be slightly wrong about the win9x but, though it's documented in either the User's Guide of the FAQ. You can then use `ch{mod,own,grp}' in the same way you would on Linux. -- Elfyn -- 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/