Skip to content

Instantly share code, notes, and snippets.

@alsanchez
Last active September 23, 2015 10:01
Show Gist options
  • Save alsanchez/49dc6ae2509c921c9df5 to your computer and use it in GitHub Desktop.
Save alsanchez/49dc6ae2509c921c9df5 to your computer and use it in GitHub Desktop.
fix permissions for suphp
#!/bin/sh
find -type d -print -exec chmod 755 {} \; && find -type f -print -exec chmod 644 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment