Linux command--bash Shell configuration

Source: Internet
Author: User

I. Type of shell

In terms of user login, the shell type is:

1. Login Shell: (read environment configuration)

Log in normally via a terminal:

Su-username

Su-l USERNAME


2, non-logon shell: (do not read the environment configuration)

Su USERNAME

Command window open under graphical terminal

Shell scripts that are executed automatically


2. Bash configuration file:

Global configuration:

/etc/profile,/etc/profile.d/*.sh,/etc/bashrc

Personal configuration:

~/.bash_profile,~/.bashrc


The above configuration can be divided into two categories:

profile class Files: setting environment variables

Run command or script (when user logs in)

BASHRC class files: setting local variables

Defining command aliases


How does the login shell read the configuration file?

/etc/profile--/etc/profile.d/*.sh--- ~/.bash_profile --~/.BASHRC---/ETC/BASHRC

How does a non-logon shell read a configuration file?

~/.BASHRC--/ETC/BASHRC-/etc/profile.d/*.sh



Linux command--bash Shell configuration

Related Article

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.