• Onno (VK6FLAB)@lemmy.radio
    link
    fedilink
    arrow-up
    83
    ·
    1 month ago

    One of my colleagues managed to accidentally run something like rm -rf /var/tmp/ * on a Solaris machine that was the mail server for the entire organisation.

    After the command finished they realised that the inadvertent space in front of the asterisk meant that the command did slightly more damage than intended.

    They were told to leave the machine running to be able to fix it from a backup, but they rebooted instead.

    An open file is still usable even after it’s been deleted, so the kernel and shell were still up and running … before the reboot …

    If I recall, it took weeks to fix, involving floppy disks, Sun engineers and much egg on face.

    • Kairos@lemmy.today
      link
      fedilink
      arrow-up
      30
      ·
      edit-2
      1 month ago

      The rm command REALLY needs to have the -f flag changed edit: to mean “ignore write protection” not “go turbo fuckery mode”

      • Onno (VK6FLAB)@lemmy.radio
        link
        fedilink
        arrow-up
        26
        arrow-down
        1
        ·
        1 month ago

        Yeah, except for root that is exactly how it works.

        As root you are permitted to shoot your own foot and are expected to know how to aim.