sudo: Valid user ID not 0,sudo belongs to root and set setuid bit

Source: Internet
Author: User

Meet this problem should check sudo file owner name

---x--x--x. 1 CMP CMP 130720 sudo

The obvious owner has a problem.

Chown Root:root/usr/bin/sudo

chmod 4755/usr/bin/sudo

Sudo is executed again, and a hint appears

/usr/libexec/sudoers.so Valid User ID is not 0

Check that the sudoers.so file has

Ls/usr/libexec/sudoers.so-al
-rw-r--r--. 1 CMP CMP 333624 11 2015/usr/libexec/sudoers.so

have obvious problems and make changes

Chown root:root/usr/libexec/sudoers.so
Ls/usr/libexec/sudoers.so-al
-rw-r--r--. 1 root root 333624 11 2015/usr/libexec/sudoers.so

In this run sudo, all normal, virtual machine configuration of Linux often occur such problems, the file owner in the virtual machine is CMP, need special attention.

sudo: Valid user ID not 0,sudo belongs to root and set setuid bit

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.