3中方式
1)./1.sh 权限拒绝
2)bash 1.sh产生是个子shell / sh 1.sh
3). 1.sh
whereis firefox
vi 2.sh
-------------------------
#!/bin/bash
/usr/bin/firefox
执行 . 2.sh
firefox被打开