Updating WordPress directory permissions
Use following commands for updating WordPress directory permissions chown -R username:workgroup . find . -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \;
Theres Light At The End Of Every Tunnel, Keep Moving
Use following commands for updating WordPress directory permissions chown -R username:workgroup . find . -type d -exec chmod 775 {} \; find . -type f -exec chmod 664 {} \;