Linux Shell下命令su出现authentication failure解决方法

字体大小: 中小 标准 ->行高大小: 标准

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://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/58070.html