How does Linux Grant super user permissions to common users?

Source: Internet
Author: User
Tags superuser permission
The problem is assumed that the user name is ali. if the user name does not have the superuser permission, when you enter the sudo + command, the system prompts: Code: aliisnotinthesudoersfileThisincidentwillbereported solves the problem of 1 entering the superuser mode: ali if the user name does not have the superuser permission, when you enter the sudo + command, the system prompts :. the code is as follows: ali is not in the sudoers file. this incident will be reported. solution 1. enter the superuser mode. Enter "su". The system will ask you to enter the superuser password and enter the password to enter the superuser mode. 2. add the write permission for the file .. The code is as follows: chmod u + w/etc/sudoers3. edit the/etc/sudoers file. Enter the command "vim/etc/sudoers" and find this line: "root ALL = (ALL) ALL". add "xxx ALL = (ALL) ALL "(here xxx is the user name to be changed), and then save. the code is as follows: ali ALL = (ALL) ALL u here refers to the file owner + w Add write permission u + x refers to only use the current user to have write permission 4. revoke the write permission of a file .. The code is as follows: chmod u-w/etc/sudoers
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.