Apache web server lab: last question

Please help me to solve this…i have done the required thing but still it’s not working.

Thanks

Hello @rachitmishra93

Please check the screen record below, it show that if you run the command in the hint the first time will work and you can complete the task fine.
$ sudo mv /opt/food/* /var/www/html/
If you try it another time the error will be shown as the files are already moved.
video-to-gif-converter

Hi
yes i got that , but what does that * means here ?

but after completing this i am not able to see that html file in the browser.
How can we see that ?

The * is called the wildcard. This can be used to select a group of files/directories

You can open localhost:80 and you will see it