Right rights for a WordPress installation
# 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)
# 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)