CentOS添加sudoers
1.chmod 740 /etc/sudoers
2. ## Allow root to run any commands anywhere
root ALL=(ALL) ALL
oracle ALL=(ALL) ALL
aaa ALL=(ALL) ALL
3.chmod 440 /etc/sudoers