天天看點

is not in the sudoers file

 更改使用者組導緻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