Page 1 of 1

Cannot enable root user (SOLVED)

Posted: 30. Jul 2014, 04:34
by macondo
According to the wiki you are supposed to enter:

Code: Select all

sudo passwd root
and provide the password for root, and after that, you can 'su'

I get:

Code: Select all

Sorry, try again
after 3 times:

Code: Select all

sudo: 3 incorrect password attempts
What am i doing wrong?

Re: Cannot enable root user

Posted: 30. Jul 2014, 07:27
by gapan
First you need to provide your own password. And then you'll be asked for the new password for root.

Re: Cannot enable root user (SOLVED)

Posted: 30. Jul 2014, 11:12
by macondo
Thanks! that did it.