Created
September 23, 2019 04:10
-
-
Save Suaz/bd52f1af4c895a26addb4406d33d7cfe to your computer and use it in GitHub Desktop.
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
chown -R apache:apache <dir> | |
chmod -R 755 <dir> | |
chcon -R -t httpd_sys_rw_content_t <dir> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment