If I have two files on my desktop, named "test" and "SaveFile" and I type:
mv test SaveFile in Konsole, it works fine. But when I type:
cp test SaveFile, I just get "cp: omitting directory `test'", and it doesn't copy. What am I doing wrong here?
Also, what would I type if I wanted to mv/copy my "test" file to the /etc or /usr/ directory?
mv test SaveFile in Konsole, it works fine. But when I type:
cp test SaveFile, I just get "cp: omitting directory `test'", and it doesn't copy. What am I doing wrong here?
Also, what would I type if I wanted to mv/copy my "test" file to the /etc or /usr/ directory?
Comment