jofel·13 anni fa·discussInstead of find . -type d -exec chmod g+x {} \;' you can usually use chmod -R g+X . which gives additionally the group execute permission to files which have already user/everyone execute permission.
you can usually use
which gives additionally the group execute permission to files which have already user/everyone execute permission.