In Ubuntu Linux there is not root account configured by default. If users want root account password then they can manually set it up can use ‘sudo’.
‘su’ Vs ‘sudo’
‘su‘ forces you to share your root password to other users whereas ‘sudo‘ makes it possible to execute system commands without root password. ‘sudo‘ lets you use your own password to execute system commands i.e., delegates system responsibility without root password.