cvs.gedasymbols.org/archives/browse.cgi | search |
Christopher Faylor wrote: > > Ok. David, are you listening? The very least the above should do no > harm -- other than to make some header files executable. I guess it > really should be: > > chmod -R a+x bin sbin usr/sbin usr/local/bin lib/gcc-lib/*.exe > In addition the FAQ could also recommend: CYGWIN=nontsec find . ! -perm -111 -print0 | env -u CYGWIN xargs -0 chmod a-x That will use nontsec intelligence to remove x permissions from files (under . above) that don't need it. Pierre
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |