Results 1 to 5 of 5

Thread: How to copy & Paste ?

  1. #1
    Join Date
    Nov 2009
    Location
    Germany
    Beans
    63
    Distro
    Ubuntu 9.10 Karmic Koala

    [SoLved]How to copy & Paste ?

    Hey aLL


    I would like to know how to copy and paste a folder (as root!)
    Why?

    Cause I'd like to copy my website into my htdocs (using xampp atm )

    (My folder is called mywebsite)

    so

    sudo cp mywebsite etc.. doesn't seem to work (operant is missing or so)

    would be thanks for any help..
    Last edited by lovemylady; December 1st, 2009 at 05:35 PM.
    American Made Music To Strip By

  2. #2
    Join Date
    Jun 2007
    Beans
    427

    Re: How to copy & Paste ?

    I think you need to use the -R flag when copying a folder. so:

    Code:
    sudo cp -R folder_name destination
    Last edited by shaggy999; November 28th, 2009 at 09:48 PM.

  3. #3
    Join Date
    Jun 2007
    Beans
    427

    Re: How to copy & Paste ?

    If you want to do this graphically you need to run nautilus as root using:

    Code:
    gksudo nautilus
    Then just right-click copy, navigate to folder and right-click paste.

  4. #4
    Join Date
    Nov 2009
    Location
    Germany
    Beans
    63
    Distro
    Ubuntu 9.10 Karmic Koala

    Re: How to copy & Paste ?

    Thanks worked perfect!
    And the point with the graphically thing oh well i do not need it, was nice form you but useless ^^ thanks!
    American Made Music To Strip By

  5. #5
    Join Date
    Oct 2008
    Beans
    551
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: How to copy & Paste ?

    If this is solved you might want to mark this as "solved"


    Go to the first post and click thread tools and click "Mark as solved"
    Happily running 13.04! "It's only an apt-get away!"

Tags for this Thread

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
  •