解决su: Authentication failure
Why does su fail with “authentication error”?
问题
user@host:~$ su
Password:
su: Authentication failure
解决
The root account is disabled by default in Ubuntu, so there is no root password, that's why su fails with an authentication error.
1 | sudo -i |