Install and configure sudo in CentOS 7

Source: Internet
Author: User

Install and configure sudo in CentOS 7

Sudo is usually referred to as super do or suitable user do. It is a software that uses the security permissions of other users to execute programs in UNIX-like operating systems. Let's see how to configure sudo.

# Mongodo

This will open/etc/sudoers and edit it.

Sudoers file

  1. Grant all permissions (equivalent to root) to a created user (such as tecmint ).

    Tecmint ALL = (ALL) ALL

  2. If a user (such as tecmint) has been created with all permissions except restarting and disabling the server (equivalent to root ).

    First, open the file again and edit the following content:

    Cmnd_Alias nopermit =/sbin/shutdown,/sbin/reboot

    Then, use the logical operator (!) Add this alias

    Tecmint ALL = (ALL) ALL ,! Nopermit

  3. If a group (such as debian) is allowed to run some root permission commands, such as adding or deleting users ).

    Cmnd_Alias permit =/usr/sbin/useradd,/usr/sbin/userdel

    Then, add permissions to the debian group.

    Debian ALL = (ALL) permit

Related Article

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.