Linux /usr 目录被更新为777 导致sudo不能用的解决过程

@liubb  December 15, 2017
  1. find /usr -type d -exec chmod 755 {} ;
  2. chmod 4111 /usr/bin/sudo
  3. chmod 755 /usr/libexec/sudoers.so

sudo可以用了,不过应该还有其他的坑


添加新评论