Add users under Linux and give root privileges

Source: Internet
Author: User

1, add the user, first with the AddUser command to add a normal/system user, the command is as follows:
# AddUser [-r]–d/tommy Tommy
Add a user named Tommy


# passwd Tommy//Change Password
Changing password for user Tommy.
New UNIX Password://Enter your password here
Retype new UNIX Password://Enter password again
Passwd:all authentication tokens updated successfully.


2. Give root permission (recommend this method)
Modify the/etc/sudoers file, locate the following line, and add a line below root as follows:

# allow ROOT to run any commands anywhere
Root all= (All) all
Tommy All= (All) Nopasswd:all

After the modification, you can now log in with your Tommy account and then use the command sudo-i to get root permission to operate.


This article is from the "Change" blog, so be sure to keep this source http://changeflyhigh.blog.51cto.com/8317626/1953691

Add users under Linux and give root privileges

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.