centos为用户添加sudo功能

su
chmod a+w /etc/sudoers
vim /etc/sudoers
[找到root    ALL=(ALL)       ALL这行]
复制出新的一行,并且将root改为daniel(当前用户名)
chmod 0440 /etc/sudoers
exit

  

posted @ 2014-05-30 10:23  Daniel King  阅读(209)  评论(0编辑  收藏  举报