Computer Tips - How can I get a hash (#) superuser / root prompt on Ubuntu?

Date: 2016nov24 OS: Linux Distro: Ubuntu Q. How can I get a hash (#) superuser / root prompt on Ubuntu? A. Do:
sudo -i
Or
sudo bash
This isn't encouraged. The preferred way do sudo <command> for each privileged command.