首页> 开发问题 >服务器问题 服务器问题
Linux中“is not in the sudoers file”解决方法
作者:小萝卜 2019-11-29 【 漏洞BUG 】 浏览 1301
简介当在终端执行sudo命令时,系统提示“hadoop is not in the sudoers file”:其实就是没有权限进行sudo,解决方法如下(这里假设用户名是cuser):1.切换到超级用户:$ su
当在终端执行sudo命令时,系统提示“hadoop is not in the sudoers file”:
其实就是没有权限进行sudo,解决方法如下(这里假设用户名是cuser):
1.切换到超级用户:$ su
2.打开/etc/sudoers文件:$vim /etc/sudoers
3.修改文件内容:
找到“root ALL=(ALL) ALL”一行,在下面插入新的一行,内容是“hadoop ALL=(ALL) ALL”,然后在vim键入命令“:wq!”保存并退出。
注:这个文件是只读的,不加“!”保存会失败。
4.退出超级用户:$ exit
很赞哦! (0)
相关文章
- ckfinder报错:从服务器读取XML数据出错
- The program 'yum' is currently not installed. You can install it by typing:
- Linux启动提示Kernel panic - not syncing: Attempted to kill init解决办法
- IIS7.0运行PHP报错"php-cgi.exe - FastCGI 进程意外退出"
- cp: omitting directory `/www/yingcaizhibo/filespath/flash'复制文件出错
- 网页提示错误(net::ERR_EMPTY_RESPONSE)
- 解决linux安装软件:/lib/ld-linux.so.2: bad ELF interpreter问题
- MySQL报错:which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql_mod
- 什么情况:IP address '142.252.250.174' could not be resolved: ??֪?????????????? For more information
- yum执行时Another app is currently holding the yum lock; waiting for it to exit... The other application is: yum