当我运行 sudo -i 或 sudo su 时出现错误

当我运行 sudo -i 或 sudo su 时出现错误

运行时出错sudo su

su: failed to execute /bi: No such file or directory

运行时出错sudo -i

sudo: /bi: command not found

我该如何修复这个错误?

答案1

我从中学到钢铁司机删除的答案说我破坏了密码数据库中 root 用户的登录 shell 条目,并且我知道如何修复该问题:

sudo vipw

然后替换root:x:0:0:root:/root:/bi为:

root:x:0:0:root:/root:/bin/bash

相关内容