PDF download Download Article PDF download Download Article

This wikiHow teaches you how to move files and folders on Ubuntu. The easiest way to move file and folders is to use GNOME Files (formerly known as Nautilus), Ubuntu's default file manager, but you can also use simple Linux commands at the command prompt.

Method 1
Method 1 of 2:

Using the File Manager

PDF download Download Article
  1. It's the white folder icon on your application dock, which is usually on the left side of the screen. This displays the files and folders on your computer. [1]
  2. The folders are organized in a straight-forward way—there's a Downloads folder where your downloads are saved by default, a folder for your Photos , etc.
    Advertisement
  3. Clicking the file or folder once will select it rather than opening it.
    • You can also move a file or folder by simply clicking and dragging it to a new location.
  4. If you want to completely move the file to another location rather than copy it, this key combination is the one you'll want.
    • If you want to copy the file so a version still remains in the original folder, use Ctrl + C instead.
  5. You can move the file to any folder as long as it isn't a read-only system folder.
  6. This pastes the file or folder (whether you cut or copied it) to its new location.
  7. Advertisement
Method 2
Method 2 of 2:

Using Linux Commands

PDF download Download Article
  1. This opens a terminal window to the command prompt.
  2. You'll be using the Linux mv command to move a file or folder from one directory to another. The command is used like this: mv source destination . The "source" is the file or folder you're moving, and "destination" is the place you're moving it to.
    • If you place a -i after the mv command, you'll be prompted if moving the file to the new location will overwrite another file in the destination directory. For specific flags and instructions on the mv command, type man mv at the prompt and press Enter to view its manual page.
    • If you want to copy the file instead of moving it, you'll use cp source destination instead. This will leave the original version of the file in place.
  3. If the directory you're moving the file to is not a subfolder of your current directory, be sure to include the full path.
    • For example, if you're moving a folder called photos from your home directory to a folder called /home/family, enter mv -i photos /home/family .
    • If a file or folder with the same name exists, you'll be prompted to enter Y to confirm or N to cancel. Enter your selection and press Enter when prompted.
  4. Advertisement

Expert Q&A

Ask a Question
      Advertisement

      Tips

      Submit a Tip
      All tip submissions are carefully reviewed before being published
      Thanks for submitting a tip for review!

      About This Article

      Article Summary X

      1. Click the Files app.
      2. Select the file or folder to move.
      3. Press Ctrl + X .
      4. Go to the desired location.
      5. Press Ctrl + V .

      Did this summary help you?
      Thanks to all authors for creating a page that has been read 25,454 times.

      Is this article up to date?

      Advertisement