azha@lemm.ee to linuxmemes@lemmy.worldEnglish · 1 month agoFreedomlemm.eeimagemessage-square77linkfedilinkarrow-up1922arrow-down119
arrow-up1903arrow-down1imageFreedomlemm.eeazha@lemm.ee to linuxmemes@lemmy.worldEnglish · 1 month agomessage-square77linkfedilink
minus-squareElvith Ma'for@feddit.orglinkfedilinkarrow-up7·1 month 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·1 month agoReminds me of when a script released by Valve did just this back in the day.
minus-squarehddsx@lemmy.calinkfedilinkarrow-up2·1 month 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