为什么 runmqsc 中的 quit 命令不起作用?

Why is quit command in runmqsc not working?

我在 ubuntu 机器上安装了 MQ 7.5。
从终端我可以 运行 runmqsc 命令,这将我带到 shell.

我运行几个命令,

然后当我尝试通过键入 quit 退出 runmqsc 时,我收到一条错误消息。

只有 end 似乎有效。

为什么会这样?我是否无意中更改了某些设置?

更新 1: 下面是 dspmqver 命令的输出。

user1@ubuntuvm-5:~$ /opt/mqm/bin/dspmqver
Name:        WebSphere MQ
Version:     7.5.0.2
Level:       p750-002-130704
BuildType:   IKAP - (Production)
Platform:    WebSphere MQ for Linux (x86-64 platform)
Mode:        64-bit
O/S:         Linux 4.4.0-96-generic
InstName:    Installation1
InstDesc:    
Primary:     No
InstPath:    /opt/mqm
DataPath:    /var/mqm
MaxCmdLevel: 750

quitexit 在 V8.0 中添加到 runmqsc。在该版本之前只有 end.

参见 Knowledge Center: runmqsc (V8.0.0) and IBM Tech note: New features added to the runmqsc command in IBM MQ Version 8.0