Categories Code Tutorials Work How to change file or folder permissions recursively with chmod Post author By Lee Post date March 28, 2011 No Comments on How to change file or folder permissions recursively with chmod To set only files that end with .tpl to 600 (pattern escaped with slashes) find . -name \*\.tpl -exec chmod 600 {} \; Tags bash, chmod, find, linux, permissions, recursive, shell, unix ← Facebook Conversion Tracking Prestashop Module → How to tar a directory and only include certain file types Leave a Reply Cancel replyYour email address will not be published. Required fields are marked *Comment Name * Email * Website Save my name, email, and website in this browser for the next time I comment. This site uses Akismet to reduce spam. Learn how your comment data is processed.