Hadoop之——Linux下sudo命令报错:hadoop is not in the sudoers file. This incident will be reported.

转载请注明出处:https://blog.csdn.net/l1028386804/article/details/93380235

当在终端执行sudo命令时,系统提示“cuser is not in the sudoers file”:

具体报错信息为:

-bash-4.1$ sudo vim /etc/profile

We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:

    #1) Respect the privacy of others.
    #2) Think before you type.
    #3) With great power comes great responsibility.

[sudo] password for hadoop: 
hadoop is not in the sudoers file.  This incident will be reported.

其实就是没有权限进行sudo,解决方法如下(这里假设用户名是hadoop):

1.切换到root用户:$ su

2.打开/etc/sudoers文件:$vim /etc/sudoers

3.修改文件内容:

找到“root    ALL=(ALL)       ALL”一行,在下面插入新的一行,内容是“hadoop    ALL=(ALL)       ALL”,

然后在vim键入命令“wq!”保存并退出。

注:这个文件是只读的,不加“!”保存会失败。

4.退出root用户:$ exit

 

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

冰 河

可以吃鸡腿么?

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值