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

sparkuser is not in the sudoers file. This incident will be reported.

时间:2015-12-22 14:31:48      阅读:169      评论:0      收藏:0      [点我收藏+]

标签:

切换到root身份
$su -
(注意有- ,这和su是不同的,在用命令"su"的时候只是切换到root,但没有把root的环境变量传过去,还是当前用户的环境变量,用"su -"命令将环境变量也一起带过去,就象和root登录一样)

$visudo     //切记,此处没有vi和sudo之间没有空格,加入下面

sparkuser ALL=(ALL)  ALL

sparkuser is not in the sudoers file. This incident will be reported.

标签:

原文地址:http://www.cnblogs.com/jeffry/p/5066521.html

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