Linux how to let ordinary users use sudo permissions do not need to enter a password

Source: Internet
Author: User

Linux how to let ordinary users use sudo permissions do not need to enter a password.
See a lot of information on the Internet, all only said in/etc/sudoers add the following line:
Username all= (All) Nopasswd:all

However, when you actually use sudo, you still need to enter the password after Setup, so after your own testing, you also need to create a user group sudo (the name may not necessarily have to use sudo), add username to this group.
# Groupadd sudo
# usermod-g sudo username

Through the practice found that the redhat5.6 above do not need to configure the user group, directly add username all= (All) Nopasswd:all, if you encounter only add the user can not be able to try to add the way Users group.

Linux how to let ordinary users use sudo permissions do not need to enter a password (GO)

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.