码迷,mamicode.com
首页 > 其他好文 > 详细

用sudo时提示"xxx is not in the sudoers file. This incident will be reported.

时间:2017-09-03 17:52:50      阅读:189      评论:0      收藏:0      [点我收藏+]

标签:abs   用户名   report   tabs   pre   lin   script   sudo   als   

现象:

非Root用户在使用sudo命令时,提示:"xxx is not in the sudoers file. This incident will be reported.(xxx为用户名)

解决办法:

使用

su – root 

切换到root用户,编辑sudoers文件

vim /etc/sudoers
找到“root ALL=(ALL)”在此行下面添加一行
"xxx ALL=(ALL) ALL"
//xxx 为用户名
保存即可。

用sudo时提示"xxx is not in the sudoers file. This incident will be reported.

标签:abs   用户名   report   tabs   pre   lin   script   sudo   als   

原文地址:http://www.cnblogs.com/flankershen/p/7470003.html

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