I use WinSCP connect my remote server, and I cd
into tomcat bin, and I want to execute the shutdown.sh
.
But failed with the following message:
No matter I use:
./ shutdown.sh
Or
shutdown.sh
All will report the error.
I use WinSCP connect my remote server, and I cd
into tomcat bin, and I want to execute the shutdown.sh
.
But failed with the following message:
No matter I use:
./ shutdown.sh
Or
shutdown.sh
All will report the error.
"./ shutdown.sh" there is a space between "./" and shutdown.sh
"./shutdown.sh" this is right
i don't know why like this. I don't use WinSCP, try putty