Well, I am newbie on ubuntu and I want to copy file from ~/Documents/recoverd (all files from Recoverd Folder) to this drive /media/samerlol/7E7D1D0C55C0ABDF as a root user.. I tried some ways but all failed..
I used this command
samerlol@SamerLOL:~/Documents$ sudo cp recoverd/* /media/samerlol/7E7D1D0C55C0ABDF
but the result is this
cp: omitting directory 'recoverd/3 Idiots (2009) 1080p BRRiP x264 AAC-AMEET6233 (T.M.R.G)'
cp: omitting directory 'recoverd/A Gift of Fire- Social, Legal, and Ethical Issues for Computing Technology 4E [PDF]'
cp: omitting directory 'recoverd/Celldweller Discography (1999 - 2013) {VB-320}'
cp: omitting directory 'recoverd/Fullmetal Alchemist Brotherhood {Ep 01-64 + Special} (Complete) [English Dubbed] 480p x264 ~ARIZONE'
cp: omitting directory 'recoverd/Images'
cp: omitting directory 'recoverd/Samer'
cp: omitting directory 'recoverd/Videos'
cp: omitting directory 'recoverd/Who.Am.I No System is Safe 2014 BDRip 720p HEVC SUB ITA ENG-NAHOM'
It didn't copy directory, I want to copy Recoverd Folder and what it's inside to another harddrive...
cp -r
to copy subdirectories and their contents. Seeman cp
– user535733 Mar 11 '17 at 15:03