普通用户执行sudo报hadoop is not in the sudoers file
Posted 蜗牛
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了普通用户执行sudo报hadoop is not in the sudoers file相关的知识,希望对你有一定的参考价值。
今天在用普通用户执行sudo命令时报错如下:
hadoop is not in the sudoers file. This incident will be reported.
实测解决方式如下:
1,root用户登录。
2,进入到/etc目录。
3,执行chmod u+w /etc/sudoers给sudoers文件增加write权限。
4,执行vim sudoers 找到root ALL=(ALL) ALL这一行,一下面增加hadoopALL=(ALL) ALL(注:hadoop为普通用户的用户名)
5,执行命令chmod u-w sudoers,撤销write权限。,
6,登录hadoop用户,进行测试。比如sudo cd /root 如果成功进入 /root目录说明配置成功
以上是关于普通用户执行sudo报hadoop is not in the sudoers file的主要内容,如果未能解决你的问题,请参考以下文章
sudo: effective uid is not 0, is sudo installed setuid root
sudo: ulimit: command not found
xxx is not in the sudoers file.This incident will be reported.的解决方法 (一般用户不能执行sudo)
Linux中新建用户用不了sudo命令问题:rootr is not in the sudoers file.This incident will be reported解决