[SOLVED] Terminal Questions "cp"
Hello again!
I was practicing to copy files from one place to another and am encountering something that I do not understand, I hope you can enlighten me on this please.
Code:
[jun@localhost ~]$ mkdir copy_practice
[jun@localhost ~]$ ls
copy_practice docs Download dwhelper Pictures Templates vobcopy
Desktop Documents dvdrip-data Music Public Videos
[jun@localhost ~]$ cp copy_practice /media/Storage\ Bin\ \(\A\)/Entertainment/Movies
cp: omitting directory `copy_practice'
[jun@localhost ~]$ cp copy_practice /media/"Storage Bin (A)"/Entertainment/Movies
cp: omitting directory `copy_practice'
[jun@localhost ~]$
I was trying to copy "copy_practice from my "~" to "Movies" but I encounter this error message that I do not understand. Thanks! :)