Linux Learning-Environment variables

Source: Internet
Author: User

Before learning to tell yourself to write a summary every day, but the first two days have forgotten. Let's start today .... Are their own understanding, some concepts are not very accurate, do not delve into.


I. What is an environment variable

is the parameter that exists when the system is running, and is a global variable.


II. Classification of environmental variables

According to the life cycle division, divided into permanent, temporary two kinds. Permanent is written to the configuration file and will not be lost because of shutdown or restart.


Iii. Commands for Environment variables

Describes the following two commands

PRINTENV: Displays environment variables, all displayed.

Echo: Displays the value of an environment variable. Note that the environment variable name requires a ' $ ' to indicate a variable, otherwise it is a normal echo string.


Iv. setting of environment variables


Three ways to set environment variables

  1. Export to set temporary

  2. Modify/ect/profile to set all users '

  3. Modify the home directory/.bash_profile to set the user's environment variables.


Where, except for the first one, it is permanently in effect, it is necessary to run [source Config file] immediately after Setup.




Linux Learning-Environment variables

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.