• wildbus8979
    link
    fedilink
    arrow-up
    87
    arrow-down
    3
    ·
    edit-2
    4 months ago

    Remember kids, you gotta use rm -rf --no-preserve-root /* now a days!

    • Barbarian
      link
      fedilink
      arrow-up
      48
      ·
      edit-2
      4 months ago

      rm -rf /* will work just fine (assuming sudo permissions ofc)

      You need the additional flag for rm -rf --no-preserve-root /

      • ImplyingImplications@lemmy.ca
        link
        fedilink
        arrow-up
        45
        ·
        4 months ago

        Too many people got trolled into “removing the French language pack” on Linux systems that there’s now a check to see if someone is deleting every file off their computer (including the os system files). --no-preserve-root is the option you need to include to actually delete all the files off your system.

        • Jumuta
          link
          fedilink
          arrow-up
          5
          ·
          4 months ago

          weird how it doesn’t warn you for rm -rf /* though

          • lseif@sopuli.xyz
            link
            fedilink
            arrow-up
            8
            ·
            4 months ago

            depending on your shell, i believe the glob is expanded before it gets to the rm program

      • wander1236
        link
        fedilink
        arrow-up
        29
        ·
        4 months ago

        Contrary to the memes, Linux does actually sometimes try to stop you from shooting yourself in the foot

      • CCF_100
        link
        fedilink
        English
        arrow-up
        14
        ·
        4 months ago

        Overrides the protection in place that prevents you from deleting the root of your filesystem.