RHEL7 add user with sudo permission

Source: Internet
Author: User

1, add ordinary users
[[email protected] ~]# Useradd Book//Add a user named book
[[email protected] ~]# passwd book//Change Password
Changing password for the user book.
New UNIX Password://Enter your password here
Retype new UNIX Password://Enter password again
Passwd:all Authentication Tokens updated successfully


2. Then modify the user so that it belongs to the root group, the command is as follows:
[Email protected] ~]# usermod-g root Book

3, add normal users to the sudo group, and password-free login:
Add Write permission to the sudoers file: Use the command "chmod u+w/etc/sudoers"
After executing the visudo command, press "I" to enter edit mode, find "root all= (All) All", add later:
"Book all= (All) Nopasswd:all", then click "ESC" key to quit editing, enter "Wq" (write quit), exit sudoers.
Enter "chmod u-w/etc/sudoers" To remove the Write property of the file
When you switch back to your users with "exit" and then use the sudo whoami command, if you return root, you can use the

RHEL7 add user with sudo permission

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.