Skip to content

Instantly share code, notes, and snippets.

@dompascal
Created November 23, 2013 10:54
Show Gist options
  • Save dompascal/7613202 to your computer and use it in GitHub Desktop.
Save dompascal/7613202 to your computer and use it in GitHub Desktop.
Reset WP 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