Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save burbridgeconsulting/746c92c1c85fb09b3a28 to your computer and use it in GitHub Desktop.
Save burbridgeconsulting/746c92c1c85fb09b3a28 to your computer and use it in GitHub Desktop.
Local file commands for WP setup
find . -type d -exec chmod 755 {} \;
chmod -R a+X *
find . -type f -exec chmod 644 {} \;
find . -type f -name '*.php' -exec chmod 644 {} \;
chown christopherburbridge .
chown -R christopherburbridge *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment