Differences between Su and sudo in Linux

Source: Internet
Author: User

Su Switch user, switch to root user, to enter the root user's password Su-user name

sudo involves the/etc/sudoers file with the following content:

# User Privilege Specification
Rootall= (All:all) all

# members of the admin group may gain root privileges
%admin all= (All) all

# Allow members of the group sudo to execute any command
%sudoall= (All:all) all

% indicates user group

The system defaults to only the root user can use sudo

Account name the source of the login hostname = (switchable identity) executable command

Root all= (All:all) all

If a normal user has sudo permission, this user can execute as long as the command that corresponds to Sudo is allowed to execute, just precede the command with the sudo keyword

You can also use sudo to change the user's password: sudo passwd username (this action does not need to know the original password of the user being modified)

Differences between Su and sudo in Linux

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.