Change root password

Do this:

sudo su

type password of your user and check if you are root:

whoami

Then type:

passwd

type your new root password <enter>

2 Likes