【发布时间】:2016-06-14 20:50:01
【问题描述】:
我使用以下命令启动了 Asterisk CLI:
asterisk -vvvvvvc
当我尝试使用 exit 或 quit 退出 CLI 时,我看到以下错误:
*CLI> exit
No such command 'exit' (type 'core show help exit' for other possible commands)
*CLI> quit
No such command 'quit' (type 'core show help quit' for other possible commands)
我可以使用^C 退出 CLI。为什么退出和退出不起作用?
【问题讨论】:
标签: linux command-line-interface asterisk exit