The XXX is not in the sudoers file resolves

Source: Internet
Author: User
Reason

The problem that comes up in Linux is that I'm on the Centos7. XXX is the current username because the user was not added to the sudo configuration file


Solve

Add the current user to the sudo configuration file. ‘

Steps:

1. Switch to root: Su-(note there-, set the environment variable for the current environment variable to the root user, that is, the same as the root login.) If Su is just the user switching to root)

2. Edit sudo config file: Visudo or: Vi/etc/sudoers

3. After entering the vi editing mode, in the following file location, add a line for XXX

Root    all= (All)       all     
xxx  all=       

4. Then: Wq. can be used.

Note: su xxx switches to xxx user. Su or Su-is switched to root user


The above is to configure sudo permissions for users all


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.