Centos 为普通用户设置sudo权限操作

chmod u+w /etc/sudoers
## Allow root to run any commands anywhere 
root    ALL=(ALL)       ALL

ben     ALL=(ALL)       ALL