I am just starting out but I am running into issues copying different files. Ultimately I am trying to copy file3.txt to the desktop. I started off by creating a directory and the file3.txt.
cd Desktop
mkdir Classes
mkdir Classes/NOS110
mkdir Classes/NOS110/Handouts
mkdir Classes/NOS110/Handouts/file3.txt
cd
(to get back to home directory)
ls -a Desktop/Classes/NOS110
(to list the contents of the NOS110 directory)
cp file3.txt Desktop
(it keeps saying it does not exist)
I've tried different ways to get it to copy over and im stuck what I have tried in the picture