用于远程进程启动/关闭的简单协议

发布于 2024-07-09 04:15:22 字数 133 浏览 7 评论 0原文

我正在寻找一种简单的协议来从一个管理应用程序控制远程进程。 远程进程将在 Windows 和 Linux (x86) 上运行。

是否有一个简单的协议来管理远程进程,我可以找到在 Windows 和 Linux 上运行的守护进程?

I'm looking for a simple protocol to control remote processes from one managing application. The remote processes will run on Windows and Linux (x86).

Is there a simple protocol for managing remote processes, for which I could find daemons that run on both Windows and Linux?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

桃扇骨 2024-07-16 04:15:22

我认为 ssh 是远程管理的“瑞士军刀”。 然后,通过 ssh 进行通信的自定义脚本可以进行进程管理。 在 Windows 上,我将 ssh 安装为 Cygwin 的一部分。

I consider ssh to be the "Swiss-army knife" of remote administration. A custom script communicating over ssh can then do the process management. On Windows, I install ssh as part of Cygwin.

紫﹏色ふ单纯 2024-07-16 04:15:22

在 Windows 上,您可以使用 shutdown.exe \\remote_name [/y] [/c]

http://support .microsoft.com/kb/317371

On windows you can use shutdown.exe \\remote_name [/y] [/c]

http://support.microsoft.com/kb/317371

安静被遗忘 2024-07-16 04:15:22

谢谢内森。

Windows 用户还可以使用以下软件包代替 Cygwin: http://sshwindows.sourceforge.net/

Thanks Nathan.

Windows users can also use the following package instead of Cygwin: http://sshwindows.sourceforge.net/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文