From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 54195 invoked by alias); 21 May 2016 00:04:46 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 54181 invoked by uid 89); 21 May 2016 00:04:45 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=D*etr-usa.com, U*wyml, sk:wymlet, sk:wyml@et X-HELO: etr-usa.com Received: from etr-usa.com (HELO etr-usa.com) (130.94.180.135) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 21 May 2016 00:04:35 +0000 Received: (qmail 79885 invoked by uid 13447); 21 May 2016 00:04:34 -0000 Received: from unknown (HELO polypore.west.etr-usa.com) ([73.26.17.49]) (envelope-sender ) by 130.94.180.135 (qmail-ldap-1.03) with AES256-SHA encrypted SMTP for ; 21 May 2016 00:04:34 -0000 Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: How to remove pesky persistent +x bits that chmod -x won't remove From: Warren Young In-Reply-To: <00BA0C17-F983-45BD-979C-E7BE2E62316C@etr-usa.com> Date: Sat, 21 May 2016 00:04:00 -0000 Content-Transfer-Encoding: quoted-printable Message-Id: <908A8B6A-B6CB-4057-B2DE-13092A3771DD@etr-usa.com> References: <00BA0C17-F983-45BD-979C-E7BE2E62316C@etr-usa.com> To: The Cygwin Mailing List X-IsSubscribed: yes X-SW-Source: 2016-05/txt/msg00242.txt.bz2 On May 19, 2016, at 7:01 PM, Warren Young wrote: >=20 > For what it=E2=80=99s worth, setfacl -bk followed by a chmod -x sometimes= always fixes this.=20 I=E2=80=99ve solved this by applying that fix to the affected directory tre= es in bulk: $ find foo bar baz -exec setfacl -kb {} \; Heavy-handed, but it works. -- 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