最近在學習linux,在某個用戶(xxx)下使用sudo的時候,提示以下錯誤:xxx is not in the sudoers file. This incident will be reported。
百度了下,究其原因是用戶沒有加入到sudo的配置文件裡。
解決方法如下:
1、切換到root用戶,運行visudo命令
2、找到root ALL=(ALL) ALL,在下面添加一行 xxx ALL=(ALL) ALL 其中xxx是要加入的用戶名稱
http://xxxxxx/Linuxjc/1185898.html TechArticle
Ubuntu下is not in the sudoers file 問題解決
Linux系統入門學習:怎樣解決“XXX is not in the sudoers file”錯誤
Linux教程:XXX is not in the sudoers file解決
Ubuntu中出現xxx is not in the sudoers file解決方法
Linux下創建新用戶出現XXX is not in the sudoers file. 錯誤提示
Ubuntu技巧之 is not in the sudoers file解決方法