Created
April 4, 2017 10:56
-
-
Save jenswittmann/8ebf882e956c89976fd4dfe2a32a7f37 to your computer and use it in GitHub Desktop.
SSH Kommandos zur Sicherung von MODX Evolution auf all-Inkl.com
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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