Linux environment variable Settings command export

Source: Internet
Author: User

The Linux Export command is used to set or display environment variables.

When executing a program in the shell, the shell provides a set of environment variables. Export can add, modify, or delete environment variables for use by subsequent executing programs. Export is only valid for that landing operation.

Grammar

Export [-fnp][variable name]=[variable setting value]

Parameter description:

-F represents the function name in [variable name]. -n Deletes the specified variable. The variables are not actually deleted, but are not exported to the execution environment of the subsequent directives. -p lists all the environment variables that the shell assigns to the program.

Instance:

List all current environment variables

Export-p

Defining environment variables

Export myenv=123

Tip: You can also write export myenv= "123", double quotes are optional.

Above transfer from: http://www.runoob.com/linux/linux-comm-export.html

Linux environment variable Settings command Export (GO)

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.