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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; q=dns; s=default; b=Oi pIjFa5tCgzrQm6BHPcK65dXK6Eegjqkn5TBHXSprEUkO0zMQ+SiYZmR1TTAa3U75 fi6jAxQ587oGa4XfSpuxjncPKZUBZO1S5x1CBf0vo8mkRuiI7xGJ1+EfgadIHnNj 4C0Mf1vRHE50/rECrnp8AKmRBamKQr9r2ox75clLc= 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:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type; s=default; bh=dqjcXKqb pgOkEQUubNcJnShUM2k=; b=NM2uxnwcH8wv2yE1S7WHgOFnL871O8XnvFQmy6VD yvpqtMKwUiU4X2w7UbxRhLfnLcqr09bApzPBkO9YZpKUPQXHEVE+PmciAXol9M+6 htYrIrdP7Bp/Y5j1OwyLIEXa7XPyGWXlXDO+XErStuUMAjqF2lPdkKPfI+NMIpme Lag= 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=-2.3 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-ie0-f173.google.com MIME-Version: 1.0 X-Received: by 10.42.164.7 with SMTP id e7mr6759945icy.70.1428710418093; Fri, 10 Apr 2015 17:00:18 -0700 (PDT) In-Reply-To: <20150410100703.GA4401@calimero.vinschen.de> References: <20150410100703 DOT GA4401 AT calimero DOT vinschen DOT de> Date: Fri, 10 Apr 2015 19:00:18 -0500 Message-ID: Subject: Re: [TESTERS needed] New POSIX permission handling From: Steven Penny To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes On Fri, Apr 10, 2015 at 5:07 AM, Corinna Vinschen wrote: > Please give the new code a try. I uploaded new 2015-04-10 developer > snapshots to https://cygwin.com/snapshots/ Here is the test I ran: $ 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-rw-r--+ 1 John None 0 Apr 10 16:51 /cygdrive/c/charlie.sh -rwxrwxr-x+ 1 John None 0 Apr 10 16:51 /cygdrive/c/delta.sh (green) -rw-r--r-- 1 John None 0 Apr 10 16:51 /home/John/alpha.sh -rwxrwxr-x 1 John None 0 Apr 10 16:51 /home/John/bravo.sh (green) So "charlie.sh" looks strange because it has that extra write permission. However this is not a big deal for me. My concern was that everything was showing up executable (green) when running "ls --color". So overall this is an improvement, thanks. -- 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