Page 2 of 2 FirstFirst 12
Results 11 to 14 of 14

Thread: BIG screw up. I "chmod 777 -r /" thinking I would give permissions to all my files

  1. #11
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: BIG screw up. I "chmod 777 -r /" thinking I would give permissions to all my file

    Boot off a livecd, open a terminal and just copy the files with sudo:

    Code:
    sudo rsync -ai /home/ /path/to/external/directory/
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  2. #12
    Join Date
    Feb 2012
    Beans
    10

    Re: BIG screw up. I "chmod 777 -r /" thinking I would give permissions to all my file

    Thank you so much! I had to run:

    Code:
    sudo rsync -ai /media/myharddrive/home/ /path/to/external/directory/
    but it's all currently being copied over right now. I'll reinstall Ubuntu and never play with something I don't know about for a little while at least. haha

  3. #13
    Join Date
    Oct 2009
    Beans
    Hidden!
    Distro
    Ubuntu 22.04 Jammy Jellyfish

    Re: BIG screw up. I "chmod 777 -r /" thinking I would give permissions to all my file

    You had your home folder on a separate hard drive?

    EDIT: Nevermind, I'm an idiot.

    Hopefully the copy goes smoothly.
    Come to #ubuntuforums! We have cookies! | Basic Ubuntu Security Guide

    Tomorrow's an illusion and yesterday's a dream, today is a solution...

  4. #14
    Join Date
    Aug 2008
    Location
    WA
    Beans
    2,186
    Distro
    Ubuntu

    Re: BIG screw up. I "chmod 777 -r /" thinking I would give permissions to all my file

    Quote Originally Posted by kroeze View Post
    Thank you so much! I had to run:

    Code:
    sudo rsync -ai /media/myharddrive/home/ /path/to/external/directory/
    but it's all currently being copied over right now. I'll reinstall Ubuntu and never play with something I don't know about for a little while at least. haha
    It might sound strange.. but

    Generally, messing things up on your system is a good way to learn.

    I have rendered my system unbootable many times in the beginning and it stills happens every now and again.

Page 2 of 2 FirstFirst 12

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
  •