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.

    • underscores@lemmy.zip
      link
      fedilink
      English
      arrow-up
      1
      ·
      6 days ago

      I agree with this take, don’t wanna blame the victim but there’s a lesson to be learned.

      • neatchee@piefed.social
        link
        fedilink
        English
        arrow-up
        1
        ·
        6 days ago

        except if you read the accompanying text they already stated the issue by accidentally unpacking an archive to their user directory that was intended for the root directory. that’s how they got an etc dir in their user directory in the first place

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

          Could make one archive intended to be unpacked from /etc/ and one archive that’s intended to be unpacked from /home/Alice/ , that way they wouldn’t need to be root for the user bit, and there would never be an etc directory to delete. And if they run tar test (t) and pwd first, they could check the intended actions were correct before running the full tar. Some tools can be dangerous, so the user should be aware, and have safety measures.

          • neatchee@piefed.social
            link
            fedilink
            English
            arrow-up
            1
            ·
            5 days ago

            they acquired a tar package from somewhere else. the instructions said to extract it to the root directory (because of its file structure). they accidentally extracted it to their home dir

            that is how this happened. not anything like what you were saying

    • palordrolap@fedia.io
      link
      fedilink
      arrow-up
      1
      ·
      6 days ago

      I dunno, ~/bin is a fairly common thing in my experience, not that it ends up containing many actual binaries. (The system started it, miss, honest. A quarter of the things in my system’s /bin are text based.)

      ~/etc is seriously weird though. Never seen that before. On Debians, most of the user copies of things in /etc usually end up under ~/.local/ or at ~/.filenamehere