使用sudo时user is not in sudoers file 的解决
在Linux操作系统中,以普通用户使用sudo时,常常会出现这个报错,如:[Oracle@DBA2 fd]$ sudo ps -ef|grep dbw[sudo] password for oracle: oracle is not in the sudoers file. This incident will be reported.[oracle@DBA2 fd]$ 报错给出原因是用户oracle不在sudo的配置文件中,oracle用户无权限使用su...