码迷,mamicode.com
首页 > 系统相关 > 详细

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

时间:2017-07-10 12:02:40      阅读:264      评论:0      收藏:0      [点我收藏+]

标签:order   center   baidu   index   jpg   text   没有   default   targe   

当我们使用sudo命令切换用户的时候可能会遇到提示以下错误:xxx is not in the sudoers file. This incident will be reported,xxx是你当前的用户名,究其原因是用户没有加入到sudo的配置文件里

技术分享
  1. 切换到root用户,运行visudo命令

    技术分享
  2. 在打开的配置文件中,找到root ALL=(ALL) ALL,在下面添加一行

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

    技术分享
  3. 3

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

     

    注意事项

    • 编辑配置文件的时候最好使用visudo命令,否则可能会出现其他错误

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

标签:order   center   baidu   index   jpg   text   没有   default   targe   

原文地址:http://www.cnblogs.com/bollen/p/7144910.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!