2008-12-27, 08:22 AM
Further to previous responses, judging by this command:
Code:
mv george\ washington.wps /desktop
I'd suggest that the george washington.wps file is now copied and is a file called desktop right at the root of your filesystem.
You can now copy it back somewhere sensible:
Code:
cp /desktop "/mnt/mswin/Documents and Settings/Owner/george washington.wps"
That should get you back where you started!