Need help with copying html file from Thor server to Natasha server

I am trying to copy index.html file from Thor to Natasha server. Copy wasn’t successful due to denied permission for /use/src/kodekloudrepos/cluster. I thought it would be sorted upon giving read & write permissions and tried doing the same but ended up getting operation not permitted message. Someone pls guide me. Thanks in advance.

Hi @kireetikesa

Could you share the review link to the task, or the Level and Name of the task?

Are you sure the html file was mentioned in /use/src/kodekloudrepos/… and not in /usr/src/kodekloudrepos/...?

Hi @Santosh_KodeKloud, here’s the link to task [https://engineer.kodekloud.com/task?id=6407203b741b204d59fbe9cf&status=redo].

The html file is in Thor server. Should be copied to Natasha server under /use/src/kodekloudrepos/ecommerce folder

These lab links don’t work with a KodeKloud Engineer. I was referring to the Review Link:

Else, you can share the Level of the Domain and the Task name and number in KodeKloud Engineer.

Thanks for the quick reply @Santosh_KodeKloud.

Above screenshot shows the task & my linux command. Can you pls go through it & let me know what is going wrong

Try copying the index.html to /tmp in stator01 once copied, ssh into the ststor01 and then move it to /usr/src/kodekloudrepos/... using sudo.

Git add, commit and finally push.

Thank you so much @Santosh_KodeKloud . Your solution worked