Created
January 21, 2019 08:26
-
-
Save KyonLi/8193b28e4d32f12370aa1bac3bc152c2 to your computer and use it in GitHub Desktop.
Fix www file permission
This file contains hidden or 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 /var/www -type f -exec chmod 644 {} \; | |
| find /var/www -type d -exec chmod 755 {} \; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment