Shell脚本的执行,先找环境变量ENV,如:

 1.  cat  /etc/profile         //全局环境变量,脚本执行之前,先找这个环境变量

 2. cat  /etc/.bashrc

 3.     sh   test.sh

     /bin/bash   test.sh

        source     test.sh

            .          test.sh   


source  或者  点(.)  执行一个脚本更加强大,可以获取脚本中自定义的内容。

可以查看   /etc/init.d/nfs