问题描述
您是否在运行Run命令API或在Linux VM中使用"运行"命令功能时遇到堆栈处于正在进行状态的情况,并且我只运行命令"systemctl status httpd"。任何建议我们可以做些什么来解决这个问题。
Do you experience when running a Run command API or using the Run command feature in your Linux VM it is stack in in-progress status and I just run a command "systemctl status httpd" Any advise what we can do fix this problem.
推荐答案
感谢您在这里发帖。
我尝试在我的linux vm上使用运行命令API和下面的主体,
I have tried using run command API with below body on my linux vm,
{
commandId:" RunShellScript",
脚本:[" sudo systemctl status apache2"]
{
commandId: "RunShellScript",
script: ["sudo systemctl status apache2"]
}
我获得了宝贵的身份。您可以再次检查并告诉我们。
I got the valuable status. Could you please check again and let us know.
您可以参考类似的问题
here 。
You can refer the similar issue here.
这篇关于虚拟机运行命令 - 在Linux中运行命令慢响应的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!