moving folders

Simon Burke simon.burke at gmail.com
Wed Feb 9 14:38:12 UTC 2005


On Wed, 09 Feb 2005 14:19:06 +0000, Norman Silverstone
<norman at littletank.org> wrote:
> I have 2 users on my computer and need to move a folder and its contents
> from one user desktop to the other. How is this done please?
> 
> Norman
> 
Being a console fan heres my input

sudo mv /home/USER/folder /home/otheruser/
sudo chown newuser -R folder
sudo chgrp newuser -R folder

This should work.
-- 
Theres no place like ::1

Thanks,
SimonB

http://simon.geek-web.co.uk




More information about the ubuntu-users mailing list