Skip to content

Instantly share code, notes, and snippets.

@rajucs
Created August 30, 2018 07:05
Show Gist options
  • Select an option

  • Save rajucs/f7dbcdaab203f821cfb81eff3eb3686c to your computer and use it in GitHub Desktop.

Select an option

Save rajucs/f7dbcdaab203f821cfb81eff3eb3686c to your computer and use it in GitHub Desktop.
if you are using centOs then use
sudo chown -R centos:centos /var/www/html
sudo chmod -R 755 /var/www/html
For Ubuntu
sudo chown -R ubuntu:ubuntu /var/www/html
sudo chmod -R 755 /var/www/html
For Amazon ami
sudo chown -R ec2-user:ec2-user /var/www/html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment