startup.sh: command not found



命令前加上bash 或 sh 或 ./

.代表当前目录,如果执行程序或脚本没有加入环境变量PATH,在当前目录时前面要加"./"


猜你喜欢

转载自blog.csdn.net/investzhu/article/details/52415573