The difference between the source in the shell and the direct execution sh

Source: Internet
Author: User

First, we know that there are several ways we execute the shell.

1. Sh/bash uses its built-in command set to execute some commands, such as the following

SH Demo.shbash demo.sh

2. Use./or $SHELLPATH/*.sh the way to execute

./demo.sh/home/vagrant/shell/test.sh

Using the method above, you need to set the method to have execute permission to execute

3. Use source shell.sh or. Shell.sh Method Execution

SOURCE demo.sh. demo.sh

The difference between the three ways

1. File permissions: The second execution method requires the file has X permission to execute, the rest of the methods do not need

2. Variable validity: Using the third method to execute the file, you can increase the validity of the variable, so that it can be in the user under the variable valid

The difference between the source in the shell and the direct execution sh

Related Article

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.