Results 1 to 6 of 6

Thread: Moving picture folder out of Root user

Threaded View

  1. #1
    Join Date
    May 2008
    Beans
    57

    [SOLVED] Moving picture folder out of Root user

    I recently had to recover a partition with pictures on it. Shotwell did a great job, but put all the pictures in the root user's picture folder. I am trying my hardest to move the picture folder over to my current user's pictures directory. The user has an empty picture folder, so no need to worry about overwriting. Here is what I'm trying.

    Code:
    user@computer:~$ gksudo mv -r ~/Pictures/ /user/Pictures/
    It thinks for about 5 seconds, and gives no error message. But alas, the user's picture folder is empty. I thought using the '-r' option meant recursive, but no pictures are showing. Hrm. So I tried the following.

    Code:
    user@computer:~$ mv -r ~/Pictures/ /user/Pictures/
    mv: invalid option -- 'r'
    Try `mv --help' for more information.
    Now I'm confused. I thought '-r' was an option for moving. Correct?
    Last edited by toastermm; August 19th, 2011 at 05:35 AM.

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
  •