Skip to content

Instantly share code, notes, and snippets.

@mavieth
Created April 18, 2016 16:08
Show Gist options
  • Save mavieth/86c7027af848a6f7309a23b758cb627d to your computer and use it in GitHub Desktop.
Save mavieth/86c7027af848a6f7309a23b758cb627d to your computer and use it in GitHub Desktop.
sudo find wp-content/ -type f -exec chmod 644 {} \;
sudo find -type f -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment