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@***: ****#
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@***: ****#