• Johanno@feddit.org
      link
      fedilink
      arrow-up
      0
      ·
      2 months ago

      Since you forgot to add - - preserve-root It won’t go too far. But at some point the system wants to load a file that is deleted and the kernel will panic. System crash. Delete incomplete. But rest assured, the important stuff is gone.

      • DefederateLemmyMl@feddit.nl
        link
        fedilink
        arrow-up
        0
        ·
        2 months ago

        Since you forgot to add - - preserve-root It won’t go too far

        Go on then … try it.

        Or don’t because you will erase your system. (Hint: it’s in the asterisk)

        • Johanno@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          2 months ago

          Or was it non preserve. I never tried it though. I guess a vm should be fine to test it. On the other hand I don’t care enough.

          • DefederateLemmyMl@feddit.nl
            link
            fedilink
            English
            arrow-up
            1
            ·
            edit-2
            2 months ago

            The flag is called --no-preserve-root, but the flag wouldn’t do anything here because you’re not deleting root (/), you’re deleting all non-hidden files and directories under root (/*), and rm will just let you do it.

    • rbn@sopuli.xyz
      link
      fedilink
      arrow-up
      0
      ·
      edit-2
      2 months ago

      I think it would continue even after it’s own deletion as the binary is already loaded into memory, so process is not dependent on the file system. Still doubt that it’ll complete successfully. Most likely the system crashes in the middle.

      • DefederateLemmyMl@feddit.nl
        link
        fedilink
        English
        arrow-up
        0
        ·
        2 months ago

        as the binary is already loaded into memory

        That’s not the reason why it continues. It’s because there’s still a file descriptor open to rm.

        • elvith@feddit.org
          link
          fedilink
          arrow-up
          0
          ·
          edit-2
          2 months ago

          Yes, though you could also do rm -rf /* afaik to not need --no-preserve-root

          Edit: I just realized that the * is already in the meme. So this should already work as is. Alternatively you could always use the good old way of “act now and remove all French roots of your system: rm -fr / --no-preserve-root

            • elvith@feddit.org
              link
              fedilink
              arrow-up
              0
              ·
              2 months ago

              because it won’t let you do that:

              elvith@testvm:~$ sudo rm -fr /

              rm: it is dangerous to operate recursively on ‘/’

              rm: use --no-preserve-root to override this failsafe