To allow user
ec2-user
(Amazon AWS) write access to the public web directory (/var/www/html), enter this command via Putty or Terminal, as the root usersudo
:
chown -R ec2-user /var/www/html
chmod -R 755 /var/www/html
To allow user
ec2-user
(Amazon AWS) write access to the public web directory (/var/www/html), enter this command via Putty or Terminal, as the root usersudo
:
chown -R ec2-user /var/www/html
chmod -R 755 /var/www/html
Comments
Post a Comment