I'm trying to use su
command to change my identity on ubuntu 18.04
But from neither regular user to sudoer user or sudoer to regular user it doesnt work!
I get
su: Authentication failure
The sudo
works and i can login to my users using ssh (ssh user@127.0.0.1
) but cannot use su
What is the problem?
my cammand is simply this:
from user bob:
su alice
ls -l /bin/su
) and (2) misconfigured/etc/pam.d/su
file – steeldriver Mar 12 '20 at 03:00