刚创建的.sh文件,可能因为权限问题不能执行,可以使用chmod命令给shell文件授权:
.sh
chmod
shell
chmod +x test.sh
然后进到shell脚本所在的文件夹,以下三条指令均可以执行.sh文件:
sh test.sh bash test.sh ./test.sh