CodeMan的Linux問題解決與技巧集錦:Linux Shell下命令su出現authentication failure解決方法...

鍾超發表於2010-12-01

如果出現如下的情況:

$ suPassword:su: Authentication failure

那麼可以:

sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated succefully


這樣就可以了。

$ suPassword:root@***: ****#

相關文章