Set the environment variable command in Linux-export

Source: Internet
Author: User

Syntax:Export [-p] [variable name] = [variable setting value]

Parameter description:

[-P] lists all environment variables that the shell assigns to the program.

Command function:Display or set environment variables.

 

Example:

Export Path =/mnt/updata/mips-4.3/bin: $ path

# This statement sets the system variable. The ": $ path" following the system variable isAddItem.

 

Export rua_dir =/mnt/updata/mrua_smp8654f_3_7_0_dev.mips/mrua_src

# This statement is used by the user to set user variables, which is equivalent to setting system variables in windows.

 

Instructions for use:

When executing a program in shell, shell provides a set of environment variables. Export allows you to add, modify, or delete environment variables,

For subsequent programs. The effect of export is only true for this login operation.

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.