chmod a-x * -Rwon't work since all directories will also be non-executable and therefor not accessible.
The command I used is:
find -type f -exec chmod a-x {} \;
Thanks to Pascal de Bruijn, Stephan Kochen and Martijn van de Streek.
Some meaningless posts about things I do, see or are just "worth" mentioning.
chmod a-x * -Rwon't work since all directories will also be non-executable and therefor not accessible.
find -type f -exec chmod a-x {} \;
No comments:
Post a Comment