I've been playing around with some command lines and I'm having trouble using the cp and mv commands. I created a "test" file on my Desktop and wanted to copy it to a etc/Test file I created. Here's what I tried:
jacatone@eMax:~/Desktop$ cp /etc/Test/ test
cp: omitting directory `/etc/Test/'
jacatone@eMax:~/Desktop$
Didn't work. What am I doing wrong here?
How would I mv (move) this file to the etc/Test directory?
Also, when I'm root#, what command brings me back to $.
Thanks.
jacatone@eMax:~/Desktop$ cp /etc/Test/ test
cp: omitting directory `/etc/Test/'
jacatone@eMax:~/Desktop$
Didn't work. What am I doing wrong here?
How would I mv (move) this file to the etc/Test directory?
Also, when I'm root#, what command brings me back to $.
Thanks.
Comment