Recursively change permission 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 {} \;
Last updated
Was this helpful?
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 {} \;
Last updated
Was this helpful?