美文网首页
Ubuntu下su:authentication failure

Ubuntu下su:authentication failure

作者: joy_蓝蜘蛛 | 来源:发表于2019-03-09 16:34 被阅读0次

情况如下:密码明明没有输错!

$ su - root
Password: 
su: Authentication failure
Sorry.

解决办法:

$ sudo passwd root
Enter new UNIX password: 
Retype new UNIX password: 
passwd: password updated successfully

要是在Centos或是其他版本的linux也是一样处理的办法!
其实就是重新设置密码!


作者:山鬼谣me
来源:CSDN
原文:https://blog.csdn.net/u013066244/article/details/52694540
版权声明:本文为博主原创文章,转载请附上博文链接!

相关文章

网友评论

      本文标题:Ubuntu下su:authentication failure

      本文链接:https://www.haomeiwen.com/subject/ckxepqtx.html