0

嗨我正在使用 mac osx 我试图在没有密码的情况下登录 sudo 我按照教程并在 sudoers 文件中编辑了这段代码

chmod +w /etc/sudoers
USERNAME ALL=(ALL) NOPASSWD: ALL
chmod -w /etc/sudoers

但是现在当我尝试使用 sudo 命令运行任何脚本或尝试 sudo -i 时,它会给出此错误

user is not in the sudoers file.  This incident will be reported.

这个唯一的用户正在使用意味着它的根用户,我也试过这个

MacBook-Air:~ exepaul$ sudo chmod +w /etc/sudoers Password: exepaul is not in the sudoers file. This incident will be reported.

所以请帮助我;(

4

1 回答 1

0

对于我的例子,我只是 su root 输入自定义用户密码,然后切换到root!...然后我将root密码更改为新密码

于 2018-06-01T09:37:16.650 回答