Created
June 28, 2018 13:08
How to set permission of folder on amazon ec2 using putty
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
//How to set permission of folder on amazon ec2 using putty | |
chmod 777 path/ | |
chown -R ec2-user /var/www/html | |
chmod -R 755 /var/www/html |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment