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