User Switching in Linux: difference between Su and Su-

Source: Internet
Author: User

For most Linux distributions, the default account is a common user. To change the system file or execute some commands, the account must be the root user. This requires switching from the current user to the root user, in Linux, the commands for switching users are Su or Su-. The following describes the essential differences between the su command and Su-command:

The former only switches the root identity, but the shell environment is still a normal user's shell; the latter switches the user to the root identity together with the shell environment. The path environment variable error does not occur only when the shell environment is switched. After Su is switched to the root user, PWD finds that the working directory is still the working directory of normal users. After Su-command is switched, the working directory is changed to the root working directory. Run the echo $ PATH command to check whether the environment variables after Su and Su are different. Similarly, to switch from the current user to another user, use the Su-command.

For example, enter:

 

$ Pwd

/Home/test (current user directory)

$ Su ***** (enter the password)

# PWD (view the path again)

/Home/test (or the current user directory)

However, if you change to Su-, the result is as follows:

$ Pwd

/Home/test (current user directory)

$ Su-

* ***** (Enter the password)

# PWD (view the path again)

/Root (switch to the superuser directory)

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.