1. 程式人生 > 其它 >centos-XXX is not in the sudoers file.This incident will be reported

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

技術標籤:作業系統+git+容器

1.問題:

2.解決方法:

#1.切換到root使用者
su -
#2.檔案許可權-可寫  改內容   檔案許可權-不可改
chmod u+w /etc/sudoers
vi /etc/sudoers
chmod u-w /etc/sudoers

3.檔案內容:
找到這行 : root ALL=(ALL) ALL,
在他下面新增 xxx ALL=(ALL) ALL (這裡的xxx是你的使用者名稱)