Skip to content

Instantly share code, notes, and snippets.

@antonkorotkov
Created July 5, 2016 12:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save antonkorotkov/90497c2b9a4be38bab085f0e3f8ac75d to your computer and use it in GitHub Desktop.
Save antonkorotkov/90497c2b9a4be38bab085f0e3f8ac75d to your computer and use it in GitHub Desktop.
File permissons fix
sudo find ./ -type d -exec chmod 755 {} +
sudo find ./ -type f -exec chmod 644 {} +
sudo chmod -R u+rwX,go+rX,go-w ./
sudo chown -R core:core ./
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment