切换用户时报su: Authentication failure错误的解决办法
首先自己安装的系统没有。之后就可以正常切换了。
·
使用su命令切换用户时可能会报“su: Authentication failure”:
分成两步:
首先自己安装的系统没有
linux@linux:~$ su
Password:
su: Authentication failure
执行如下:
linux@linux:~$ sudo passwd root
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
之后就可以正常切换了。
更多推荐
所有评论(0)