使用 sudo 命令出現錯誤

weixin_34393428發表於2018-07-12

異常資訊:

使用者名稱 is not in the sudoers file. This incident will be reported.

解決方案:

1. chmod u+w /etc/sudoers

2. vim /etc/sudoers

root ALL=(ALL) ALL 下新增如下程式碼:

   使用者名稱 ALL=(ALL)ALL

3. chmod u-w /etc/sudoers

相關文章