如何在后台启动 linux 下的 soapui.sh?

How to start soapui.sh under linux in background?

如何在后台启动 Linux 下的 soapui.sh

我尝试了几种变体,例如:

nohup ./soapui.sh < /dev/null 2>&1 > /dev/null &

nohup ./soapui.sh & < /dev/null 2>&1 > /dev/null &

当我执行 exit 并再次返回服务器时,我还没有看到 SoapUI 是 运行。

试试下面的方法:

nohup ./soapui.sh &