Copying Single File Multiple Times into a Directory
Hello all!
I am fairly new to the Linux world, and in my linux class, I am working on a lab, using the Putty client...
I am in a directory called "week8" and here is the step I'm having issues with:
Step - Copy the file /bin/touch into this directory 3 times, each time giving the target a different name.
I have copied files into directories before using "cp," and have been successful. So when I type "cp /bin/touch week8" it looks like it copied, but when I use "ls" to search the directory, nothing shows up.
Am I missing something here?
If any more information is needed, please let me know. My "teacher" says this is a fairly easy task; that is all they said when I asked for assistance.
Thanks!!