Linux下is not in the sudoers file解决方法

    xiaoxiao2022-07-14  293

     

    使用sudo rpm -i XX.rpm的时候,提示以下错误:xxx is not in the sudoers file. This incident will be reported。

    究其原因是用户没有加入到sudo的配置文件里。

         解决方法如下:

       1、切换到root用户,运行visudo命令

       2、找到root ALL=(ALL) ALL,在下面添加一行 xxx ALL=(ALL) ALL 其中xxx是要加入的用户名称

    最新回复(0)