Where is root? or how to enable root login in Ubuntu
Ubuntu developers made a conscientious decision to disable the administrative root account by default
Sudo allows an authorized user to temporarily elevate their privileges
using their own password instead of having to know the password belonging to the root account.
This simple yet effective methodology provides accountability for all user actions, and gives the
administrator granular control over which actions a user can perform with said privileges.