Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Jignesh-Darji/bbb3d1ecb694dd337a9be4b55cf3bbb5 to your computer and use it in GitHub Desktop.
Save Jignesh-Darji/bbb3d1ecb694dd337a9be4b55cf3bbb5 to your computer and use it in GitHub Desktop.
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