代码改变世界

随笔分类 -  linux学习笔记

XXX is not in the sudoers file

2017-06-08 15:12 by 彭大先生, 286 阅读, 收藏,
摘要: 当sudo执行命令的时候 报“xxx is not in the sudoers file”,意思是当前用户没有sudo权限,解决办法很简单 切换到root用户,然后visudo,把xxx用户加进去 1. su root 2. visudo 增加 visudo 然后查找 ALL,可以找到 按照格式把 阅读全文