Skip to content

Instantly share code, notes, and snippets.

@osidney
Created April 29, 2020 13:15
Show Gist options
  • Save osidney/c994080e56191833e77088e749d8b7b9 to your computer and use it in GitHub Desktop.
Save osidney/c994080e56191833e77088e749d8b7b9 to your computer and use it in GitHub Desktop.
Correção de arquivos e pastas no WordPress pelo terminal
find -type d -exec chmod 775 {} \;
find -type f -exec chmod 664 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment