Logging in as the root user should never be done on Linux. Using the root account could lead to disaster. Sudo is the preferred method of gaining elevated privileges. When I first started using Linux ...
Of all the Linux commands, rm is notorious. It's easy to completely wipe out your system with one mislaid rm command as root. I knew not to, but I ran that command on purpose anyway. Here's why.