Linux Shell下命令su出现authentication failure解决方法
时间:2010-12-26 来源:aquariusgx
如果出现如下的情况:
view plaincopy to clipboardprint?
- $ su
- Password:
- su: Authentication failure
那么可以:
view plaincopy to clipboardprint?
- sudo passwd root
- Enter new UNIX password:
- Retype new UNIX password:
- passwd: password updated succefully
这样就可以了。
view plaincopy to clipboardprint?
- $ su
- Password:
- root@***: ****#
相关阅读 更多 +