分享

统信UOS系统终端使用sudo提权出错:xx用户不在 sudoers 文件中。此事将被报告。

李白 2021-11-10 11:36:00 发表于 已解决 [显示全部楼层] 回帖奖励 阅读模式 关闭右栏 0 1815
出现这个问题是sudo的配置文件出错,修改sudo的配置文件即可解决
使用su 切换到root,然后终端执行:
sudo gedit /etc/sudoers
Defaults env_reset
Defaults mail_badpass
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin"

# Host alias specification

# User alias specification

# Cmnd alias specification

# User privilege specification
root ALL=(ALL:ALL) ALL
# Members of the admin group may gain root privileges
%admin ALL=(ALL:ALL) ALL

# Allow members of group sudo to execute any command
%sudo ALL=(ALL) ALL
xx ALL=(ALL) ALL (将此处的XX修改为出现改问题的用户名!)
保存文件退出即可解决

版权说明:论坛帖子主题均由合作第三方提供并上传,若内容存在侵权,请进行举报

没找到任何评论,期待你打破沉寂

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

联系在线客服