Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save alexander-young/756a8cf547b932c143c78a59adf044b8 to your computer and use it in GitHub Desktop.
Save alexander-young/756a8cf547b932c143c78a59adf044b8 to your computer and use it in GitHub Desktop.
Correct WordPress permissions
find ./ -type d -exec chmod 755 {} \;
find ./ -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment