In Linux, add the sudo permission and rootsudo to non-root users.

Source: Internet
Author: User

In Linux, add the sudo permission and rootsudo to non-root users.
In Linux, when a non-root user is added with the sudo permission, if a non-root user runs the sudo command in linux, a message similar to the following is displayed:

Xxx is not in the sudoers file. This incident will be reported.

Here, xxx is the current user name and the user cannot execute the sudo command. The solution is as follows:

1. Enter the superuser mode. That is, enter "su-". The system will ask you to enter the superuser password and enter the password to enter the superuser mode. (You can also log on directly with the root user );

2. Add the write permission to the configuration file "/etc/sudoers. Enter the following command:

Chmod u + w/etc/sudoers

3. Edit the "/etc/sudoers" file. Enter the command

Vim/etc/sudoers

Press "I" to enter the editing mode and find this line: "root ALL = (ALL) ALL" add "xxx ALL = (ALL) ALL "(here xxx is your user name), save and exit;

4. unwrite the file and enter the command

Chmod u-w/etc/sudoers

You can.

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.