XXX is not in the sudoers file. This incident will be reported.
打开终端输入
Su -
输入密码进入root账户
终端visudo修改配置文件
添加如下代码:Syy ALL=(ALL:ALL) ALL
编写完成后保存文件 ctrl+O 后输入文件名 sudoers.tmp 后按Enter键
退出编辑器:ctrl+X 后输入Y 按enter键
获取权限成功
XXX is not in the sudoers file. This incident will be reported.
打开终端输入
Su -
输入密码进入root账户
终端visudo修改配置文件
添加如下代码:Syy ALL=(ALL:ALL) ALL
编写完成后保存文件 ctrl+O 后输入文件名 sudoers.tmp 后按Enter键
退出编辑器:ctrl+X 后输入Y 按enter键
获取权限成功