首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

解决is not in the sudoers file有关问题

2012-08-17 
解决is not in the sudoers file问题解决xxx is not in the sudoers file. This incident will be reporte

解决is not in the sudoers file问题
解决xxx is not in the sudoers file. This incident will be reported的错误:

原因:linux默认没有开启sudo权限

解决方法:
#su -
#chmod u+w /etc/sudoers
#visudo
在root ALL=(ALL) ALLZ下 添加xxx ALL=(ALL) ALL
#chmod u-w /etc/sudoers

热点排行