The centos system sets sudo permissions for normal users.

Source: Internet
Author: User

A. Check whether sudo is installed.

# Rpm-Qa | grep sudo

B. Modify the/etc/sudoers file and add a sudo user.

# Define do-F/etc/sudoers

C. After root all = (all) All, add

Tom all = (all) All

Defaults: tomtimestamp_timeout =-1, runaspw

// Add the sudo permission for Tom in the normal account

// Timestamp_timeout =-1. You only need to verify the password once and the system will automatically remember it later.

// Runaspw requires the root password. If you do not add the default password, you need to enter the password of the normal account.

D. Modify the. bash_profile file of a common user (VI/home/Tom/. bash_profile) and add it to the PATH variable for downloading.

/Sbin:/usr/local/sbin:/usr/Kerberos/sbin

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.