这些参数有逻辑地址、远程地址、要传输的字节个数、一个通道以及所执行的命令(在本例中是GET)。
The arguments are the local address, the remote address, the number of bytes to transmit, a channel, and the command to perform (in this case, GET).
您通常使用SSH来允许用户登录到一个远程主机并执行命令。
You typically use SSH to allow users to log in to a remote host and execute commands.
RSH允许用户从一个节点上发出在另一个远程节点上执行的命令。
RSH allows a user from one node to run commands on another remote node.
要确保该脚本不会在执行所有的远程命令之前退出,您需要添加一个wait命令,以等待该脚本的所有子操作执行结束。
To ensure that the script doesn't exit before all the remote commands have executed, you need to add a wait command to wait for the children of the script to finish.
对于数据分区环境,DB 2需要一个远程shell实用程序来在远程分区上执行命令。
For data partitioning environments, DB2 requires a remote shell utility to execute commands on a remote partition.
触发gitpull命令,该命令会将所有远程更改拉入到您的本地克隆中,然后执行一个mvn cleaninstall命令来编译更新的源代码。
Fire the git pull command, which will pull all the remote changes into your local clone, and then do a MVN clean install to build the updated sources.
清单2中的命令执行一个名为deploy:remote:install的Ant任务,并传递一个与环境相关的.properties文件,从而把软件远程部署到其他计算机上。
The command in Listing 2 executes an Ant task called deploy: remote: install, passing along an environment-specific.properties file, to deploy the software remotely on other machines.
UNIX上的DB 2UDBD PF实例需要一个远程shell实用程序来在实例中的远程节点上执行命令。
DB2 UDB DPF instances on UNIX require a remote shell utility to execute commands on remote nodes in the instance.
群集软件使用rsh在另一个节点上执行远程命令。
The cluster software USES RSH to run remote commands on other nodes.
我有脚本做操作输出检索和脚本调用命令提示符。但执行所需的命令和连接到远程计算机是一个问题。
I have script to do manipulation for the output retrieved and script to invoke command prompt. but executing the required commands and connecting to the remote machine is a problem.
我有脚本做操作输出检索和脚本调用命令提示符。但执行所需的命令和连接到远程计算机是一个问题。
I have script to do manipulation for the output retrieved and script to invoke command prompt. but executing the required commands and connecting to the remote machine is a problem.
应用推荐