CodeMan的Linux问题解决与技巧集锦: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@***: ****#


原文链接: http://blog.csdn.net/poechant/article/details/6048525

你可能感兴趣的:(CodeMan的Linux问题解决与技巧集锦:Linux Shell下命令su出现authentication failure解决方法)