Chmod recursively in directory
remove execute from files under aa directory. This is useful when you copy files from fat or ntfs.
find aa/ -type f -exec chmod -x {} \;
Posted by vanguard33 on November 14, 2008
Chmod recursively in directory
remove execute from files under aa directory. This is useful when you copy files from fat or ntfs.
find aa/ -type f -exec chmod -x {} \;
Posted in shell | Tagged: shell, tips | Leave a Comment »