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

Warren Young wyml@etr-usa.com
Sat May 21 00:04:00 GMT 2016


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



More information about the Cygwin mailing list