Fedora prompts xxxis not in the sudoers file. this incident will be

Source: Internet
Author: User

 

Because Fedora does not add users to sudoers by default, the "is not in the sudoers file." error will appear when we use sudo.

 

The method is as follows:

 

1. Enter the root Mode

Su-

Note: there is a space between su and -.

Enter the password of the current user

 

2. Add write permission

Chmod u + w/etc/sudoers

 

3. Add yourself to sudoers

 

Gedit/etc/sudoers

 

Note that gedit is used here. If you are familiar with vi, vim can also be used. However, gedit is very convenient for beginners to solve the problem.

 

Search for root

The following line is displayed: root ALL = (ALL) ALL

Enter similar information below. For example, if your user name is user, add: user ALL = (ALL) ALL

Save after adding

 

4. Revoke write permission

Chmod u-w/etc/sudoers

 

OK. The problem should be solved.

 

 

From firefoxbug's column

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.