rm --preserve-root
It's one of the top aliases in my .bash_aliases file.
Unfortunately dumb lines like "rm -rf $HOME/$STEAMDIR" still get through unscathed.
rm --preserve-root -rf /*
Unfortunately dumb lines like "rm -rf $HOME/$STEAMDIR" still get through unscathed.