Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个名为 的 shell 脚本startmq.sh来运行 activeMQ。但是我更改了脚本,它根本没有刷新更改。
startmq.sh
即使我只写了echo "Hello World",它也没有刷新,并试图用错误的参数运行 activeMQ。
echo "Hello World"
然后,我复制startmq.sh到abc.sh并尝试运行abc.sh. 它显示了Hello World。另外,我需要使用那个标准名称startmq.sh。
abc.sh
Hello World
谢谢。
startmq.sh由于其路径位于PATH环境变量中,因此必须有另一个可访问的地方的副本。
PATH
可以是,您在服务器上有多个此脚本吗?
在 bash 下执行以下 whereis向您显示脚本的位置,并向您显示女巫脚本正在启动...
bash:# whereis startmq.sh bash:# which startmq.sh