• kirk781
    link
    fedilink
    arrow-up
    13
    ·
    8 days ago

    I thought - - no-preserve root also needed to be added as an argument for self destruct to completely work.

    • elvith@feddit.org
      link
      fedilink
      arrow-up
      11
      ·
      edit-2
      8 days 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
          2
          ·
          7 days 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