如何在Linux中远程执行本地二进制文件?


1

如何在远程计算机上运行本机的本地程序/二进制文件?

以一个本地perl脚本为例。我想要做的是将它发送到远程计算机然后调用它,使用ssh- 像这样:

ssh 192.168.1.2 perl - $arg0 $arg1 $arg2 < script.pl

如何使用已编译的二进制文件执行此操作?



@nKn是的,它是重复的,但答案是不正确的。
MariusMatutiae 2015年
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.