码迷,mamicode.com
首页 > 其他好文 > 详细

sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set 的解决办法

时间:2019-08-16 21:09:17      阅读:81      评论:0      收藏:0      [点我收藏+]

标签:新建   div   style   bit   class   报错   解决办法   code   chmod   

  Linux新建用户 ,sudo报错:

sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set

  解决办法:重置一下sudo的属性

chown root:root /usr/bin/sudo

chmod 4755 /usr/bin/sudo

  然后就ok了。

sudo: /usr/bin/sudo must be owned by uid 0 and have the setuid bit set 的解决办法

标签:新建   div   style   bit   class   报错   解决办法   code   chmod   

原文地址:https://www.cnblogs.com/justlove/p/11366036.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!