更改用户组导致sudo出现如下错误。

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

解决办法
#su -
 #chmod u+w /etc/sudoers
#vi sudo
在root ALL=(ALL) ALLZ下
添加xxx ALL=(ALL) ALL
 然后按esc键,再输入:wq!保存退出
#chmod u-w /etc/sudoers