Just to elaborate, the root account is disabled by default. Using the sudo command allows you to run a command with root priveleges, without actually logging in as root (and therefore getting around its disabledness). sudo will ask you for a password too, it wants your regular user password.