chenxiaomeng

使用su切换到root用户,输入密码后总是提示su:Authentication failure,这是Ubuntu默认没有激活root用户,所以需要手动激活

$ su
Password:
su: Authentication failure

接着输入下面的命令:

$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully

接下来就可以使用su切换到root账户了

分类:

技术点:

相关文章:

  • 2021-11-22
  • 2021-11-30
  • 2022-12-23
  • 2022-02-08
  • 2021-12-15
  • 2021-11-28
  • 2021-08-31
猜你喜欢
  • 2021-08-04
  • 2021-11-28
  • 2021-12-03
  • 2021-11-28
  • 2021-11-28
  • 2022-01-29
相关资源
相似解决方案