This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How to remove pesky persistent +x bits that chmod -x won't remove


On May 19, 2016, at 7:01 PM, Warren Young <wyml@etr-usa.com> wrote:
> 
> For what itâs worth, setfacl -bk followed by a chmod -x sometimes always fixes this. 

Iâve solved this by applying that fix to the affected directory trees 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]