Skip to content

Instantly share code, notes, and snippets.

@zoka123
Created April 16, 2016 12:30
Show Gist options
  • Select an option

  • Save zoka123/7d36a0736b8d395e1d8eab7d03fe9459 to your computer and use it in GitHub Desktop.

Select an option

Save zoka123/7d36a0736b8d395e1d8eab7d03fe9459 to your computer and use it in GitHub Desktop.
Fix Web App 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