"sudo rm -rf /" on Ubuntu is dangerous

To avoid killing your Ubuntu system add the following to /etc/bashrc and /etc/profile

alias rm=”rm –preserve-root”