Modify centos root permission

Source: Internet
Author: User

Method 1: Modify the/etc/sudoers file,

Find the following line and remove the comment (#).

# Allows people in group wheel to run all commands
% Wheel all = (all) All

Then modify the user and make it belong to the root group (wheel ),

The command is as follows:

# Usermod-g root devuser
After modification, you can log on to the system using the Tommy account and run the Su-command to obtain the root permission.

Method 2: Modify the/etc/sudoers file,

Find the following line and add a line under root,

As follows:

# Allow root to run any commands anywhere
Root all = (all) All
Devuser all = (all) All

After the modification is completed, you can log on with the devuser account and run the Sudo-command to obtain the root permission for the operation.

Method 3: Modify the/etc/passwd file,

Find the following lineChange the user ID to 0,

As follows:

Devuser: X: 0: 33: devuser:/data/webroot:/bin/bash
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.