Hi,
I have a place called "31 GB Media" which is C: drive in MyPlaces. I wanted to copy a folder from it to Ubuntu. I have typed this line in terminal but "No such file or directory" is returned.
sudo cp -r /31\ GB\ Media/Test/FolderWithFiles/ /var/www/
Where is the mistake?
Thanks