How to set the Path of the environment variable in Linux

Source: Internet
Author: User
Article Title: how to set the Path of the environment variable in Linux. Linux is a technology channel of the IT lab in China. It includes desktop applications, Linux system management, kernel research, embedded systems, open source, and other basic categories. There are two ways to set the environment variable PATH. The first option is to set PATH for a single user, and the second option is to set PATH globally.

1. There is a. bashrc file in the user's main directory. You can add the PATH settings in this file as follows:

Export PATH = "$ PATH:/your path1/:/your path2 /........."

Note: Each path must be separated.

Log out and restart X.

2. Add it to/etc/profile.

PATH = "$ PATH:/home/zhengb66/bin"

Export PATH

To make the timing take effect, use the source command

Source. bashrc

Complete.

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.