Here is now to setup root to have no password. This is NOT recommended for normal use systems.
1) $ cd /etc/
2) $ vi passwd
3) Remove "x" from the root line
4) :wq! to save and quit
5)$ pwconv
This will remove the root password, aka SUPER unsecure.




