Results 1 to 5 of 5

Thread: moving files to protected areas?

  1. #1
    Join Date
    May 2008
    Beans
    11

    moving files to protected areas?

    I've been trying to move some files into a game folder, but when I try it tells me I don't have permission to do that; how do I get permission?
    Last edited by cloudpersona; November 9th, 2008 at 08:39 AM.

  2. #2
    Join Date
    Apr 2008
    Beans
    99

    Re: moving files to protected areas?

    There are a few ways.

    You could run nautilus as root so you have the permissions:

    Code:
    sudo nautilus
    Or, you can open a terminal and use the mv command as root (type sudo in first, then use the mv command).

  3. #3
    Join Date
    May 2008
    Beans
    11

    Re: moving files to protected areas?

    Thanks much. XD

  4. #4
    Join Date
    Apr 2007
    Location
    Belgium
    Beans
    1,528

    Re: moving files to protected areas?

    For graphical applications it's advised to use graphical sudo:
    Code:
    gksudo nautilus
    Disclaimer: I am currently suffering from severe CSD (Compulsive Sarcasm Disorder).
    My Site | Linux User #452328 | Running Arch Linux on Sony Vaio VGN-SZ61XN/C since October 2008

  5. #5
    Join Date
    Jan 2007
    Location
    Connecticut
    Beans
    1,650
    Distro
    Ubuntu Development Release

    Re: moving files to protected areas?

    even better...install nautilus-gksu and you can right-click anywhere in nautilus and have the option to "open as administrator"...very handy (but use caution when playing as admin) !!

    Code:
    sudo apt-get install nautilus-gksu
    here is another handy one..."nautilus-open-terminal". it will allow you to open a terminal just about anywhere with a right-click:

    Code:
    sudo apt-get install nautilus-open-terminal
    those are two things i think should be installed by default.

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
  •