chmod: How to recursively add execute permissions only to files which already have execute permission

Viewed 25526

I noticed:

chmod -R a+x adds execute permissions to all files, not just those who are currently executable.

Is there a way to add execute permissions only to those files who already have an execute set for the user permission?

2 Answers
Related