Set path under Linux

Source: Internet
Author: User
Tags echo command

1. Direct with export command:

#export path= $PATH: Custom Path
To see if it is already set up, use the command export to view:

2, modify the profile file:
#vi/etc/profile
Add in:
Export Path= "$PATH: Custom Path"

3. Modify the. bashrc file:
# VI/ROOT/.BASHRC
Add in:
Export Path= "$PATH: Custom Path"
This method is used by the Zhangrong worm in use here. If you need to set the global path, you can modify/ETC/BASH.BASHRC, add the Export path= "$PATH: Custom Path" on it.

The latter two methods generally require a re-logoff system to take effect, and finally can be tested by the echo command:
# echo $PATH
See if the output already has a "custom path". The "$PATH" indicates that the previously set path is still valid, and be careful not to omit $.

Set path under Linux

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.