sudo: must be setuid root这个提示,

解决方法:
ls -l  /usr/bin/sudo

chown root:root /usr/bin/sudo

chmod 4755 /usr/bin/sudo

reboot