日期:2014-05-16  浏览次数:20651 次

linux 普通用户添加sudo权限
chmod u+w /etc/sudoers
vi /etc/sudoers, add: user ALL(ALL) ALL under root ALL=(ALL) ALL

chmod 0440 /etc/sudoers