azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 20 hours agoFreedomlemm.eeexternal-linkmessage-square60fedilinkarrow-up1697arrow-down113
arrow-up1684arrow-down1external-linkFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 20 hours agomessage-square60fedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up6·18 hours agoHave you tried to add * to the path? No more nagging about that pesky missing safety parameter… rm -fr /* Bonus points of you do: rm -fr $ACCIDENTIALLY_UNDEFINED_VAR/*
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up2·2 hours agoReminds me of when a script released by Valve did just this back in the day.
minus-squarehddsx@lemmy.calinkfedilinkarrow-up1·16 hours agoWell, technically those aren’t the same command (but works well enough if you’re trying to render a system unusable). rm -rf /* would not remove /.secret. It rm -rf / would
Have you tried to add
*
to the path? No more nagging about that pesky missing safety parameter…Bonus points of you do:
Reminds me of when a script released by Valve did just this back in the day.
Well, technically those aren’t the same command (but works well enough if you’re trying to render a system unusable).
rm -rf /* would not remove /.secret. It rm -rf / would