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

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

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

    在打开的配置文件中,找到root ALL=(ALL) ALL,在下面添加一行

    xxx ALL=(ALL) ALL 其中xxx是你要加入的用户名称

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

    输入:wq保存并退出配置文件,再次使用sudo命令就不会有上面的提示了

原文地址:https://www.cnblogs.com/xiaoyaowuming/p/6722137.html