azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 6 days agoFreedomlemm.eeexternal-linkmessage-square77fedilinkarrow-up1908arrow-down118
arrow-up1890arrow-down1external-linkFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 6 days agomessage-square77fedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up7·6 days 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-up4·5 days agoReminds me of when a script released by Valve did just this back in the day.
minus-squarehddsx@lemmy.calinkfedilinkarrow-up2·6 days 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