chmod 640 /etc/sudoers
vim /etc/sudoers
root ALL=(ALL) ALL
用户 主机=(身份) 命令
test ALL=(root) /usr/bin/yum #test用户可以从所有主机登录,运行yum命令使用的是root权限去执行的。赋予yum权限
test ALL=(root) NOPASSWD: /usr/bin/ls, /usr/bin/cd, /usr/bin/cat #执行时不需要密码
网友评论