Right rights for a WordPress installation

Posted by in Lagom

# cd /root/of/wp/installation
# find . -type d -exec chmod 0755 {} \;
# find . -type f -exec chmod 0644 {} \;

(yeah living on the edge, always as root)