I am having problems with the su
command. I know my password and I am typing it correctly, but su
indicates Authentication failure
.
So I checked on the internet and then went into recovery mode and changed my user's password to what I was entering before. Even now, entering the same password on su
gives me Authentication failure
.
What am I doing wrong?
sudo bash
but your incantation makes me want to usesu sudo
or maybesu su sudo
. – Jerry Asher Apr 10 '11 at 09:42sudo su
is not the recommended way - usesudo -i
instead. – guntbert Mar 02 '14 at 21:30