You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
当前命令执行链默认使用:
Linux: new String[]{"/bin/sh", "-c", cmd}
Windows: new String[]{"cmd.exe", "/c", cmd}
在部分环境可能会出现 “Cannot run program 'cmd.exe'” 等问题,终端不一定存在和有权限执行,而其他的命令是可能可以执行。