用户 is not in the sudoers file This incident will be reported
#### 普通用户没有权限使用sudo命令:
问题现象:
创建用户 切换到普通用户sudo命令不可使用`在这里插入代码片`
问题处理:
```shell
1.授予写的权限 root用户操作
chmod u+w /etc/sudoers
2.修改文件 root用户操作
vim /etc/sudoers
ty ALL=(ALL) ALL
3.删除写的权限 root用户操作
chmod u-w /etc/sudoers
...
原创
2020-06-21 17:50:30 ·
148 阅读 ·
0 评论