chmod 644 all files only recursively by Denny Lim | Mar 30, 2014 | Uncategorized cd /path/to/folder/ find * -type f -exec chmod 644 {} +