x
enabled. Manually removing it for each file is very cumbersome because for directories you do want to keep the x
mode. This can be done easily using find
# find . ! -type d -exec chmod -x {} \;
Another example is # find . ! -type d -exec xattr -d com.apple.quarantine {} \;
No comments:
Post a Comment