青莲
青莲-予/独爱莲之/出淤泥而不染,濯清涟/而不妖.
2013年2月25日星期一
解决 user is not in the sudoers file. This incident will be reported 问题
出现这个问题是因为系统默认没有开启sudo权限所造成的。
解决方法
su
chmod +w /etc/sudoers
vi /etc/sudoers
在root ALL=(ALL:ALL) ALL 这一行下面添加
user(你自己的用户名) ALL=(ALL:ALL) ALL
保存退出
chmod -w /etc/sudoers
没有评论:
发表评论
您能评论我的帖子,能让我高兴一整天!
较新的博文
较早的博文
主页
订阅:
博文评论 (Atom)
没有评论:
发表评论
您能评论我的帖子,能让我高兴一整天!