@[email protected] to [email protected]English • 2 months agoFreedomlemm.eeimagemessage-square73fedilinkarrow-up1469
arrow-up1469imageFreedomlemm.ee@[email protected] to [email protected]English • 2 months agomessage-square73fedilink
minus-square@[email protected]linkfedilink0•2 months agoThat’s not true. Most distros now ask you to add —no-preserve-root
minus-squareElvith Ma'forcakelinkfedilink4•2 months 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-square@[email protected]linkfedilink4•2 months agoReminds me of when a script released by Valve did just this back in the day.
minus-square@[email protected]linkfedilink1•2 months 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
That’s not true. Most distros now ask you to add —no-preserve-root
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