Linux_001.su: Authentication failure问题

目录

Linux_001.su: Authentication failure问题

问题:

su - root / su root 输入密码之后提示 su: Authentication failure

解决:

sudo passwd root重置root密码,可以解决。

ccf@chaofan:~$ su - root
Password:
su: Authentication failure

ccf@chaofan:~$ sudo passwd root
New password:
Retype new password:
passwd: password updated successfully
ccf@chaofan:~$ su root
Password:
root@chaofan:/home/ccf#
上一篇:移动安全-APP检测ROOT设备的方法


下一篇:Shell脚本中实现切换用户并执行命令操作