Use and introduction of linux su and sudo commands, and use of susudo commands

Source: Internet
Author: User

Use and introduction of linux su and sudo commands, and use of susudo commands

Function

Su: Switch users.

Sudo: enables other users to do (do) What the root user can do (first, the user must be granted the sudo permission)

Su usage

Su: switch to the root user without changing the current working directory. Environment Variable change

Su-: switch to the root user, but change the current working directory. Environment Variable change

Su zhangyi: indicates to switch to the zhangyi user, but does not change the current working directory. Environment Variable change

Su-zhangyi: switch to the zhangyi user, but change the current working directory. Environment Variable change

In short, su will change the environment variables. If the-option is added, the working directory will be changed.

Sudo usage

If you do not have the required permissions, add sudo to the front and enter the current user's password instead of the root password. Therefore, sudo is safer than su.

Comparison between su and sudo

Sudo does not need to know the root password, and su needs.

Sudo is safer

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.