Results 1 to 4 of 4

Thread: I want to Move files; Ubunut *copies* them instead!

  1. #1
    Join Date
    Jul 2017
    Beans
    173

    I want to Move files; Ubunut *copies* them instead!

    I simply need to move files from one spot to another, but Ubuntu seems to insist on copying those files instead...how can I instruct it that I want only to move the files?

    Both folders are at the same level...have the same parent folder. I'm not dragging across drives, etc..

    Thank you!
    Last edited by sterator; November 6th, 2017 at 12:51 AM.

  2. #2
    Join Date
    Jun 2014
    Beans
    7,415

    Re: I want to Move files; Ubunut *copies* them instead!

    It would help if you were more specific about exactly what steps you have taken to move the files and exactly what happens.

    If you have a main folder named Main and two folder in it; folder1, folder2 and you want to copy all from folder1 to folder2, change to the Main folder and do:

    mv folder1/* folder2/
    .

  3. #3
    Join Date
    Jan 2010
    Location
    Hyperborea
    Beans
    2,045
    Distro
    Ubuntu 16.04 Xenial Xerus

    Re: I want to Move files; Ubunut *copies* them instead!

    From the Nautilus help page:
    • Open the file manager and go to the folder which contains the file you want to copy.
    • Click Files in the top bar, select New Window (or press Ctrl+N) to open a second window. In the new window, navigate to the folder where you want to move or copy the file.
    • Click and drag the file from one window to another. This will move it if the destination is on the same device, or copy it if the destination is on a different device.

      For example, if you drag a file from a USB memory stick to your Home folder, it will be copied because you're dragging from one device to another.
      You can force the file to be copied by holding down the Ctrl key while dragging, or force it to be moved by holding down the Shift key while dragging.
    Or select the files, right click and select "Move to".

  4. #4
    Join Date
    Jul 2017
    Beans
    173

    Re: I want to Move files; Ubunut *copies* them instead!

    Quote Originally Posted by yancek View Post
    It would help if you were more specific about exactly what steps you have taken to move the files and exactly what happens.

    If you have a main folder named Main and two folder in it; folder1, folder2 and you want to copy all from folder1 to folder2, change to the Main folder and do:

    .
    I've simply dragged files from one folder to another...the other night, the cursor had a plus sign, and only copied the files in question.

    thank you!

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •