General users in the Administrator group created in centos Linux

Source: Internet
Author: User
Article Title: general users in the Administrator group created in centos Linux. Linux is a technology channel of the IT lab in China. Includes basic categories such as desktop applications, Linux system management, kernel research, embedded systems, and open source.

Generally, you can log on as the root user to configure the system as Administrator by executing the "su-" command and entering the correct root password. However, in order to further enhance the security of the system, it is necessary to establish an Administrator group that only allows users in this group to execute the "su-" command to log on as the root user, users in other groups cannot Log On As root even if they execute "su-" and enter the correct root password. In UNIX, the group name is usually "wheel ".

[Root @ sample ~] # Usermod-G wheel CentOSpub worker Add the general user CentOSpub to the Administrator Group's wheel group

[Root @ sample ~] # Vi/etc/pam. d/su Hei open this configuration file

# Auth required/lib/security/$ ISA/pam_wheel.so use_uid locate this line and remove "#"

Bytes

Auth required/lib/security/$ ISA/pam_wheel.so use_uid restart changes to this State (approximately at the location of the 6th rows)

[Root @ sample ~] # Echo "SU_WHEEL_ONLY yes">/etc/login. defs statement: add the statement to the end of the row.

After completing the preceding operations, you can create a new user. Then, you can use the new user to test the user. If the user is not added to the wheel group, run the "su-" command, even if you enter the correct root password, you cannot log on as the root user.

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.