Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
How to set permission of folder on amazon ec2 using putty
//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