Hi Guys,
I am trying to append some data in /var/www/html in my EC2 instance. But it is showing me the below error.
$ sudo echo "Welcome" >> /var/www/html/indexfile.html
-bash: /var/www/html/indexfile.html: Permission denied
Can anyone help me to resolve this error?