Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save jenswittmann/8ebf882e956c89976fd4dfe2a32a7f37 to your computer and use it in GitHub Desktop.
Save jenswittmann/8ebf882e956c89976fd4dfe2a32a7f37 to your computer and use it in GitHub Desktop.
SSH Kommandos zur Sicherung von MODX Evolution auf all-Inkl.com
find -type d -exec /bin/chmod 755 {} \;
find -type f -exec /bin/chmod 644 {} \;
find -type f -name "*.php*" -exec /bin/chmod 600 {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment