chmod 644 for files and 755 for directories October 18, 2015 by admin find /path/to/chmod -type d | xargs chmod -v 755 find /path/to/chmod -type f | xargs chmod -v 644