Skip to content

Instantly share code, notes, and snippets.

@shtrih
Created June 8, 2016 22:52
Show Gist options
  • Save shtrih/9cc3921e118b2f415d6586f8cea3bbb2 to your computer and use it in GitHub Desktop.
Save shtrih/9cc3921e118b2f415d6586f8cea3bbb2 to your computer and use it in GitHub Desktop.
find . -type d -exec chmod 0755 {} \;
find . -type f -exec chmod 0644 {} \;
chown -R baka-user:www-data wp-content/uploads/
chmod -R 0775 wp-content/uploads/
chown baka-user:www-data wp-config.php
chmod 0640 wp-config.php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment