I accidentally untarred archive intended to be extracted in root directory, which among others included some files for /etc directory.
I went on to rm -rv ~/etc, but I quickly typed rm -rv /etc instead, and hit enter, while using a root account.

  • MonkeMischief@lemmy.today
    link
    fedilink
    arrow-up
    56
    ·
    7 days ago

    OOOOOOOOOOOF!!

    One trick I use, because I’m SUPER paranoid about this, is to mv things I intend to delete to /tmp, or make /tmp/trash or something.

    That way, I can move it back if I have a “WHAT HAVE I DONE!?” moment, or it just deletes itself upon reboot.

      • MonkeMischief@lemmy.today
        link
        fedilink
        arrow-up
        23
        ·
        edit-2
        6 days ago

        That’s certainly something you can do! I would personally follow the recommendation against aliasing rm though, either just using the trash tool’s auto complete or a different alias altogether.

        Reason being as someone mentioned below: You don’t want to give yourself a false sense of security or complacency with such a dangerous command, especially if you use multiple systems.

        I liken it to someone starting to handle weapons more carelessly because the one they have at home is “never loaded.” Better safe than sorry.

        Lol we should have “rules of rm safety”:

        • Assume rm is always sudo unless proven otherwise.
        • (EDIT)Finger should be off the Enter key until you are certain you are ready to delete.
        • Never point rm at something you aren’t willing to permanently destroy.
        • Always be aware of your target directory, and what is recursively behind it!
        • Sylveon@lemmy.blahaj.zone
          link
          fedilink
          English
          arrow-up
          6
          ·
          6 days ago

          I think this is the best approach. I’ve created a short alias for my trash tool and also aliased rm to do nothing except print a warning. This way you train yourself to avoid using it. And if I really need it for some reason I can just type \rm.

          If you want to train yourself even more effectively you can also alias rm to run sl instead :)

          • MonkeMischief@lemmy.today
            link
            fedilink
            arrow-up
            2
            ·
            5 days ago

            you can also alias rm to run sl instead :)

            Choo-choo!!

            Hehe I just thought of a hilariously nefarious prank: alias ls to sl. 😂

    • Alberat@lemmy.world
      link
      fedilink
      arrow-up
      7
      ·
      7 days ago

      i always do “read;rm ./file” which gives me a second to confirm and also makes it so i don’t accidentally execute it out of my bash history with control-r

  • rushmonke@ttrpg.network
    link
    fedilink
    arrow-up
    9
    ·
    6 days ago

    I fucking hate using rm for these very reasons.

    There’s another program called “trash-cli” that gives you a trash command instead of going straight to deletion.

    I’m not sure why more distros don’t include it by default, or why more tutorials don’t mention it.

    • ThanksForAllTheFish@sh.itjust.works
      link
      fedilink
      arrow-up
      8
      arrow-down
      3
      ·
      7 days ago

      The biggest flaw with cars is when they crash. When I crash my car due to user error, because I made a small mistake, this proves that cars are dangerous. Some other vehicles like planes get around this by only allowing trusted users to do dangerous actions, why can’t cars be more like planes? /s

      Always backup important data, always have the ability to restore your backups. If rm doesn’t get it, ransomware or a bad/old drive will.

      A sysadmin deleting /bin is annoying, but it shouldn’t take them more than a few mins to get a fresh copy from a backup or a donor machine. Or to just be more careful instead.

      • I Cast Fist@programming.dev
        link
        fedilink
        arrow-up
        2
        ·
        7 days ago

        Unix aficionados accept occasional file deletion as normal. For example, consider following excerpt from the comp.unix.questions FAQ:
        6) How do I “undelete” a file?
        Someday, you are going to accidentally type something like:
        % rm * .foo
        and find you just deleted “*” instead of “*.foo”. Consider it a rite of passage.
        Of course, any decent systems administrator should be doing regular backups. Check with your sysadmin to see if a recent backup copy of your file is available

        “A rite of passage”? In no other industry could a manufacturer take such a cavalier attitude toward a faulty product. “But your honor, the exploding gas tank was just a rite of passage.”

        There’s a reason sane programs ask for confirmation for potentially dangerous commands

        • ThanksForAllTheFish@sh.itjust.works
          link
          fedilink
          arrow-up
          1
          ·
          5 days ago

          True, in this case trash-cli is the sane command though, it has a much different job than rm. One is remove forever no take backs, the other is more mark for deletion. It’s good to have both options imo. Theres a lot of low level interfaces that are dangerous, if they’re not the correct tool for the job then they don’t have to be used. Trying to make every low level tool safe for all users just leads to a lot of unintended consequences and inefficiencies. Kill or IP address del can be just as bad, but netplan try or similar also exist.

    • SalmiakDragon@feddit.nu
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      2
      ·
      7 days ago

      The handbook has numbered pages, so why use “page X of the pdf”? I don’t see the page count in my mobile browser - you made me do math.

      (I think it’s page number 22 btw, for anyone else wondering)

      • StellarSt0rm@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        7 days ago

        I dont know if you use firefox on your phone, but i do, and i fucking hate it that i cant jump to a page or see the page number im on.

      • I Cast Fist@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        7 days ago

        The handbook has numbered pages, so why use “page X of the pdf”?

        Because the book’s page 1 is the pdf’s page 41, everything before is numbered with roman numerals :)

        I also wasn’t expecting anyone to try and read with a browser or reader that doesn’t show the current page number

        • ne0phyte@feddit.org
          link
          fedilink
          arrow-up
          5
          ·
          6 days ago

          Qwerty was developed so that typewriter hammers have a low chance of hitting each other and get stuck. It was never about finger travel or ergonomics.

          PCs adapted the layout and unfortunately we stuck with it ever since. There are many better layouts, some more extreme in terms of difference to qwerty, some just fix the most blatant problems. Colemak and Dvorak for example.

        • clif@lemmy.world
          link
          fedilink
          arrow-up
          5
          ·
          7 days ago

          On mechanical typewriters the little arms that slap the steel letters onto the ink ribbon/paper could get physically jammed. QWERTY was designed to make it so that was less likely to happen by placing the keys in an order that discouraged it.

          At least, that’s the way I learned it.

          Source: trust me bro

  • dunz@feddit.nu
    link
    fedilink
    arrow-up
    16
    ·
    7 days ago

    Be happy that you didn’t remeber the ~ and put a space between it and etc😃.

  • kertain@sh.itjust.works
    link
    fedilink
    arrow-up
    12
    ·
    6 days ago

    I am new to Linux and just getting somewhat comfortable as my daily driver, very proud of myself that I got the joke pretty quickly :)

  • frozen@lemmy.frozeninferno.xyz
    link
    fedilink
    arrow-up
    9
    ·
    6 days ago

    Reminds me of when I had a rogue ~ directory sitting in my own home directory (probably from a badly written script). Three seconds into rm -rf ~ and me wondering why it was taking so long to complete, I CTRL+C, reboot, and pray.

    Alas, it was a reinstall for me that day (good excuse to distro hop, anyway). Really glad I don’t mount my personal NAS folder in my home directory anymore, holy shit.

    • wabasso@lemmy.ca
      link
      fedilink
      English
      arrow-up
      6
      ·
      6 days ago

      Ok speaking of this, where do a distro’s config and boot scripts even come from? Are they in a package? Like on Debian so the .debs have metadata that can add cron jobs and such?

  • MonkderVierte@lemmy.zip
    link
    fedilink
    arrow-up
    9
    ·
    edit-2
    6 days ago

    Yeah, same thing like with unclosed bottles, cup too close to the table edge, etc.: Accidents that can hapen, will happen.
    Better name them something else in your user dir.

    And yes, painful experience.

  • thespcicifcocean@lemmy.world
    link
    fedilink
    arrow-up
    7
    ·
    7 days ago

    Ohohoho man did you ever fuck up. I did that once too. I can’t remember how I fixed it. I think I had to reinstall the whole OS