博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
linux user xxx is not allowed to execute '/bin/su'
阅读量:7113 次
发布时间:2019-06-28

本文共 254 字,大约阅读时间需要 1 分钟。

创建了新账号,使用sudo提示错误信息:

Sorry, user xxx is not allowed to execute '/bin/su' as root on Internal.

解决办法:

检查vim /etc/sudoers中 ALL=(ALL:ALL) ALL书写正确

root    ALL=(ALL:ALL) ALL

修改/etc/sudoers提示错误

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

解决方法:

转载地址:http://zpmhl.baihongyu.com/

你可能感兴趣的文章
css 背景透明
查看>>
《深度探索C++对象模型》第一章:关于对象
查看>>
NoSQL 数据库汇总
查看>>
HDU1395 2^x mod n = 1
查看>>
kuangbin专题十二 POJ3186 Treats for the Cows (区间dp)
查看>>
HDU-3072-IntelligenceSystem(tarjan,贪心)
查看>>
Click WhiteSpace Drag
查看>>
vue遇到问题
查看>>
hdu-2197 本原串---枚举因子+容斥定理
查看>>
获取0-50随机数
查看>>
1 概述
查看>>
Apress 出版社电子书
查看>>
JSP页面
查看>>
vuejs全局api概念
查看>>
超简单,安卓模拟器手动root
查看>>
android自定义view
查看>>
SQL日志文件的作用
查看>>
SQL注入原理 手工注入access数据库
查看>>
算24 (递归)
查看>>
方便查看 linux/include/asm/system.h
查看>>