Recursively change permission Linux
Quick guide to recursively changed the permission of files in directory
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;Last updated
Quick guide to recursively changed the permission of files in directory
find /home/xxxxxx/domains/xxxxxxx.com/public_html -type f -exec chmod 644 {} \;Last updated