1、在终端运行..Tomcat/bin/startup.sh时提示-bash: startup.sh: command not found解决办法
在startup.sh前面加上./,及运行的时候输入./startup.sh即可。其中.表示当前目录,如果执行程序或脚本没有加入环境变量PATH,在当前目录前面要加"./"。
2、linux下的ls,对应windows中是dir
1、在终端运行..Tomcat/bin/startup.sh时提示-bash: startup.sh: command not found解决办法
在startup.sh前面加上./,及运行的时候输入./startup.sh即可。其中.表示当前目录,如果执行程序或脚本没有加入环境变量PATH,在当前目录前面要加"./"。
2、linux下的ls,对应windows中是dir