Recursively change permission Linux

  Linux

Quick guide to recursively changed the permission of files in directory

Just one command as below :

find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;