给脚本添加可执行权限,并执行脚本
2019-01-03 本文已影响12人
Smallwolf_JS
添加可执行权限
方式1:chmod +x test.sh
、
或者
方式2chmod 755 test.sh
执行脚本
方式1:此时再双击test.sh文件就可以运行了
或者
方式2:使用终端cd到脚本所在目录执行./test.sh
添加可执行权限
方式1:chmod +x test.sh
、
或者
方式2chmod 755 test.sh
执行脚本
方式1:此时再双击test.sh文件就可以运行了
或者
方式2:使用终端cd到脚本所在目录执行./test.sh