Linux source command usage: sourceFileName function: read and execute the command in FileName in the current bash environment. Note: this command is usually replaced by a command. For example, source. bash_rc and. bash_rc are equivalent. Note... linux-related source Command usage: source FileName function: read and execute the command in FileName in the current bash environment. Note: this command is usually replaced by the "." command. For example, source. bash_rc and. bash_rc are equivalent. Note: the difference between the source Command and shell scripts is that the source command is executed in the current bash environment, and the scripts is to start a sub-shell to execute the command. Such as www.2cto.com. if you write the environment variable (or alias) command into scripts, it will only affect the sub-shell and cannot change the current BASH. Therefore, through the file (command column) when setting environment variables, use the source command.
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