Basic functionality of the source command under Linux

Source: Internet
Author: User

Basic functionality of the source command under Linux

Author: faint de happiness

SourceCommand usage:
SOURCE FileName
Role:in the currentBashread and execute in the environmentFileNamecommands in the.
Note: This command usually uses the command "."to replace.
Such as:source. BASH_RCwith the.. BASH_RCis equivalent.
Attention:SourceCommand andShell Scriptsthe difference is that
Sourcein the currentBashenvironment to execute commands, whileScriptsis to start a childShellto execute the command. This way, if you set the environment variable (oraliasand so on) commands written inScriptsonly affects the sub-Shell,cannot change the currentBASH,So when setting an environment variable from a file (command column), use theSourcecommand.

[Email protected] ~]# echo "Export path= $PATH:/usr/local/apache2/bin/" >/etc/profile.d/apache.sh

[Email protected] ~]# source/etc/profile.d/apache.sh

Basic functionality of the source command 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.