Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mhmoudsami/edd3e00838fef6da28765dc21b593a4a to your computer and use it in GitHub Desktop.
Save mhmoudsami/edd3e00838fef6da28765dc21b593a4a to your computer and use it in GitHub Desktop.
fix wordpress directory and files permision
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