摘要:
问题现象:sudo make /etc/local/hao 的时候出现 hao is not in the sudoers file. This incident will be reported. 错误问题原因:linux默认没有开启sudo权限。解决方法:#su 切换至root#chmod u+w /etc/sudoers#vi /etc/sudoers在 admin ALL=(ALL) ALLZ下,添加hao ALL=(ALL) ALL然后保存退出再尝试 sudo make /etc/local/hao,发现还是报错:sudo: /etc/sudoers is mode 0640, sh 阅读全文