• Nollij@sopuli.xyzEnglish
    8·
    1 year ago

    This really isn’t dangerous unless you already screwed up badly. If it wipes, you just restore from backup/DR.

    You do have backups and a DR plan for your prod servers, right?

  • GravelPieceOfSword@lemmy.ca
    4·
    1 year ago

    Cowards version:

    [ $[ $RANDOM % 6 ] == 0 ] && echo 'rm -fr /... you crazy dude? NO' || echo 'Keep your french language pack, you will need it'
    

    • DAMunzy@lemmy.dbzer0.com
      2·
      1 year ago

      Modern distros today. SMH. Back in my day everyone had root at the office.

      • mitchty@lemmy.sdf.org
        1·
        1 year ago

        On ye olde hpux this would work, especially when you did rm-fr /$var and $var was unset and nobody unit tested their shell back then. That db server ran for 2 days though with open file handles before it finally died.

        • DAMunzy@lemmy.dbzer0.com
          1·
          1 year ago

          Scene : 1998, Fort Bragg 18th Support Something-or-other, IT department

          Date: 11th day of the month sometime before summer. Let’s assume May.

          Young Specialist looks at wall clock. Looks at time on the system. “I can fix that!”

          Should I man date first? Fuck that, let’s just do it!

          Proceeds to set the time in the HP Unix minicomputer that handled all supply orders for the non Special Operations side of Fort Bragg.

          Oops, set date to November 5th but with the correct time. No problem, we’ll just run that date command again and flip the 5 and the 11 around. All fixed! Back to May 11th.

          Comes into work the next day wondering why everyone is running around like crazy. All the processes have kicked off and are waiting for November to run again.

          Ut-oh. Comes clean to NCOIC.

          Aftermath: root was taken from all junior enlisted (good move) and only Staff Sergeants and above had it l. Oh, also the outside IT professional/Army civilian I assume.

          Young Specialist gets written counseling (which was bullshit BTW- I made an honest mistake) and not UCMJ supposedly because I was going off to Kuwait for PCS (Permanent Change of Station) soon. Not allowed back on system.

          Disclaimer: might have happened in June but either way I’m pretty sure I set the date to November and I know I got the date command order wrong at least once.

    • mlfh@lemmy.ml
      4·
      1 year ago

      The only legitimate commands for a non-root shell are sudo -i, exit, and echo "yee haw"

  • smb@lemmy.mlEnglish
    3·
    1 year ago
     HISTCONTROL=ignorespace
     unset RANDOM
     RANDOM=4
     clear
    ...
    

    If RANDOM is unset, it loses its special properties, even if it is subsequently reset.

    HISTCONTROL If the list of values includes ignorespace, lines which begin with a space character are not saved in the history list.

    RTFM can save your server AND your bet ;-)

    it is cheating of course if the predefined rules tell us about such requirements and if these are not met any more when unsetting RANDOM ahead of it.

    • Morphit @feddit.uk
      1·
      1 year ago

      Huh, it’s the same as $(( )) - arithmetic expansion.
      I think it’s deprecated and not in the bash manual, but it still seems to work.

      • Andrew@mander.xyz
        1·
        1 year ago

        It is? Weird. I know about deprecated backticks, but this… I guess it’s so deprecated that very few people know about this. Now a bit more.

    • KptnAutismus@lemmy.world
      2·
      1 year ago

      maybe they have it mapped to enter, you never know with laptop linux users.

      • Droechai@lemm.ee
        1·
        1 year ago

        Right click increase the temp of the touchpad, which the user has macroed as an "Enter"input, letting him press enter with all fingers on home row and just resting the palm on the touch pad

    • CCF_100@sh.itjust.worksEnglish
      1·
      1 year ago

      You’re using btrfs on prod?!

      Man, you’re crazier than I thought… /s

  • Rikudou_Sage@lemmings.world
    1·
    1 year ago

    I did this once on my laptop with no backups. I was lucky. I also used the correct version with --no-preserve-root.

  • librecat@lemmy.basedcount.com
    1·
    1 year ago

    Given that their hand is over the mouse and not the keyboard/enter key, I assume they’re gonna click close on the terminal :p

    • mipadaitu@lemmy.worldEnglish
      1·
      1 year ago

      Right click for paste, they have \n in the clipboard

  • mitchty@lemmy.sdf.org
    1·
    1 year ago

    Jokes on you, I use zsh, your silly bashisms have no power here.

  • Artyom@lemm.ee
    1·
    1 year ago

    This is why you use virtual machines, anyone can be root!