bash 脚本

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被打开

posted @ 2019-01-10 13:36  MoonXu  阅读(111)  评论(0编辑  收藏  举报