stuck on first lab Q7

you aren’t providing the destination directory properly. Try below:
Make sure you are inside /home/thor/asia/
mv bangalore.txt /home/thor/asia/india/bangalore/

oh yeah i know which directory i should be in, but i dont know how to copy and paste the file

Just run the earlier command that I pasted in earlier comment.

Hi @derosser123 ,
You have to use the cp command.

cp -v target-file-location target-directory-location

Note: - Following names target-file-location & target-directory-location are used as per shared screenshot.

Regards,
KodeKloud Support