Linux Shell下命令su出現authentication failure解決方法:
如果出現如下的情況:
$ suPassword:su: Authentication failure
那麼可以:
sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated succefully
這樣就可以了。
$ suPassword:root@***: ****#