X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; q=dns; s=default; b=Ccj4 V9l25EUOUla5JgOKJLiraLfhcXi7DOdNoX/sJ0jSycWfHtzbUZGilAX14r056e7T F9ogYj7orv+eMWq+Wcg+WniellgiE+Q7oknB3jIvNPuDELluIJCMqzt7/Ec+J5Ih k4fq5l9ONwl8MxVuGd4DyfVVSQqzfY5vKPgRrco= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:to:subject:message-id:references :mime-version:content-type:in-reply-to; s=default; bh=+BzAJtGlER A7DMZBEumM/cwKo8o=; b=TXQTlPa1q7ABlRA7jZxqerjw+1a0lPkSmMD192btrd z9obizHjxiTd3Pq/ivZdua0p9TFe5TNWnQI3vn8o/jXzUt1WB6SG+8QI7IDalW78 0YIR90W1YDutdyxPoyZhqNzqrj9E90pIMhXB2AyD2oJWpLsPwJzslAGRudWoHult g= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 X-HELO: mail110.syd.optusnet.com.au Date: Sun, 17 May 2015 11:40:40 +1000 From: Duncan Roe To: cygwin AT cygwin DOT com Subject: Re: [TESTERS needed] New POSIX permission handling Message-ID: <20150517014040.GA2688@dimstar.local.net> Mail-Followup-To: cygwin AT cygwin DOT com References: <20150410100703 DOT GA4401 AT calimero DOT vinschen DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.22 (2013-10-16) X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.1 cv=A5NVYcmG c=1 sm=1 tr=0 a=+cDhJlqnNvz9E7c5l3ERGg==:117 a=+cDhJlqnNvz9E7c5l3ERGg==:17 a=y26AOypDAAAA:8 a=PO7r1zJSAAAA:8 a=M1kyBYkWWGkA:10 a=kj9zAlcOel0A:10 a=iaFubHWvAAAA:8 a=h1PgugrvaO0A:10 a=w_pzkKWiAAAA:8 a=lMTmLzKASAWmEnrWnvkA:9 a=CjuIK1q_8ugA:10 a=NydorYDDRSkA:10 X-IsSubscribed: yes On Fri, May 15, 2015 at 09:20:10PM -0500, Steven Penny wrote: > On Fri, Apr 10, 2015 at 7:00 PM, Steven Penny wrote: > > Here is the test I ran: > > The test I ran here > http://cygwin.com/ml/cygwin/2015-04/msg00186.html > is now failing again: > > $ cd /cygdrive/c > > $ touch ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh > > $ chmod +x ~/bravo.sh ~+/delta.sh > > $ ls -l --color ~/{alpha,bravo}.sh ~+/{charlie,delta}.sh > -rw-rwxr--+ 1 John None 0 May 15 19:12 /cygdrive/c/charlie.sh (green) > -rwxrwxr-x+ 1 John None 0 May 15 19:12 /cygdrive/c/delta.sh (green) > -rw-r--r-- 1 John None 0 May 15 19:12 /home/John/alpha.sh > -rwxr-xr-x 1 John None 0 May 15 19:12 /home/John/bravo.sh (green) > > Please sort this out. Having ???ls --color??? is pointless if everything is the same > color. > Your results look fine to me. In your original test, charlie.sh was -rw-rw-r--+, but now it is -rw-rwxr--+ (i.e. it has acquired group execute access). So why would you not expect it to show in green? Cheers ... Duncan. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple