The Ubuntu user name is not in the sudoers file and will be reported.

Source: Internet
Author: User

The Ubuntu user name is not in the sudoers file and will be reported.

A new account www.bkjia.com is created. A message is displayed when sudo is executed today:

[Sudo] password for www.bkjia.com:
Www.bkjia.com is not in the sudoers file. The incident will be reported.

Where can I report this? To explain this question, let's talk about sudo first.

The sudo command allows you to execute commands as root to complete tasks that cannot be completed by our account. In fact, not all users can execute sudo, because users with permissions are in/etc/sudoers.

We can open/etc/sudoers in the editor, or directly use the command mongodo to solve this problem.

After opening sudoers, add your account and save it as follows.

# User privilege specification
Root ALL = (ALL: ALL) ALL
Www.bkjia.com ALL = (ALL: ALL) ALL
Bkjia ALL = (ALL: ALL) ALL

The sudoers permission is 0440, that is, only the root user can read the sudoers. Force save (wq!) after you use root or sudo !) You can.

I used the sudo gedit/etc/sudoers command:

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.