Skip to content

Instantly share code, notes, and snippets.

@alsanchez
Last active September 23, 2015 10:01
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