• Twitter

    • Ads

    Posts Tagged 'recursive'

    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 {} \;

    28 March 2011 at 11:38 - Comments