View Single Post
F2thaK's Avatar
Posts: 4,365 | Thanked: 2,467 times | Joined on Jan 2010 @ Australia Mate
#121
Originally Posted by BlinkThinks View Post
No usr directory was copied in the root with the first command.

Doing the second command, cp -R /usr /home/user/MyDocs

gave this:

'can't stat ' - ' : So such fiile or directory'
'cant stat ' R " : no such file or directory'

Oh well, I'll just go ahead and copy F2thaK's files instead...

try this: NOTE the forward slashes

Code:
cp -R /usr/ /home/user/MyDocs/
 

The Following User Says Thank You to F2thaK For This Useful Post: