moving folders

Daniel Silverstone dsilvers at digital-scurf.org
Wed Feb 9 15:16:39 UTC 2005


On Wed, 2005-02-09 at 15:09 +0000, Norman Silverstone wrote:
>Yes, the name of the folder is Floppy Files.
>> > > $ sudo mv /home/username1/Desktop/foldername /home/username2/Desktop

Consider putting the whole path in double-quotes

sudo mv "/home/user1/Desktop/Floppy Files" "/home/user2/Desktop"
sudo chown -R user2. "/home/user2/Desktop/Floppy Files"

The space in a filename is confusing the program

D.

-- 
Daniel Silverstone                         http://www.digital-scurf.org/
PGP mail accepted and encouraged.            Key Id: 2BC8 4016 2068 7895






More information about the ubuntu-users mailing list