这是因为远程命令的标准输入和标准输出都绑定到了您的键盘和显示器,这正是SSH的神奇之处。
Because the standard input and the standard output of the remote command are tied to your keyboard and display, albeit through the magic of SSH.
这意味着您可以将输出重新定向到远程命令。
This means that you can redirect output to a remote command.
通过UNIX命令行可以很容易地下载和上传文件、连接到远程计算机并询问遥远的服务器和网络的状态。
The UNIX command line readily downloads and uploads files, connects to remote computers, and interrogates the state of far-flung servers and networks.
事件处理器可以做任何事,包括调用一个对象的方法,运行一个命令,或者对远程对象进行调用。
A handler can be anything from calling a method on an object, running a command or invoking a remote object call.
RSH允许用户从一个节点上发出在另一个远程节点上执行的命令。
RSH allows a user from one node to run commands on another remote node.
这些参数有逻辑地址、远程地址、要传输的字节个数、一个通道以及所执行的命令(在本例中是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).
在本文中,您研究了一种用于在远程计算机中运行命令的简单但功能强大的方法。
In this article, you've examined a simple, but powerful, method to run commands on a remote machine.
您通常使用SSH来允许用户登录到一个远程主机并执行命令。
You typically use SSH to allow users to log in to a remote host and execute commands.
如果可以(可靠地)将访问权授予给从那个远程队列管理器发送命令的特定身份,那么情况会好得多。
It would be much better if access could be granted (reliably) to specific identities sending commands from that remote queue manager.
健壮会话让用户可以连接到远程计算机,开始执行命令,然后断开连接。
Robust sessions enable the user to connect to a remote machine, start the execution of commands, and disconnect.
另外,它还提供命令行工具,这些工具对从远程电源控制到控制台设置的各种IPMI命令进行抽象,可以在同一框架中使用它们。
In addition, it has command-line tools that abstract IPMI commands from remote power to console setup and USES them in the same framework.
要远程重新启动代理,只需在代理的命令队列上重新启用触发机制。
To restart the agent remotely, just re-enable triggering on the agent's command queue.
EJB接受一个命令,然后远程调用根据域识别的服务器。
The EJB accepts a command and then makes a remote call to a server identified by region.
可以在本地端的命令行上只指定用户名,等待远程主机提示输入密码。
You can wait to be prompted for the password at the remote host, by specifying only a username on the command line on the local side.
群集软件使用rsh在另一个节点上执行远程命令。
The cluster software USES RSH to run remote commands on other nodes.
例如,清单3中所示的命令用于在远程计算机上运行hostname- a- v。
For example, the command shown in Listing 3 runs hostname -a -v on the remote computer.
使用以下命令来创建实例别名,对远程DB 2数据库实例进行分类。
Create the instance alias and catalog the remote DB2 instance using the following command.
NIM主机必须能够使用rsh在客户机上执行远程命令。
The NIM master must be able to execute remote commands on the client using RSH.
pass- through会话允许直接提交sql语句和部分命令到一个远程服务器。
A pass-through session allows you to submit SQL statements and some subset of commands directly to a remote server.
您还可以使用SSH直接在远程主机上运行命令,而无需使用Shell。
You can also use SSH to run a command directly on a remote host without having to use the shell.
可以使用下面的命令创建远程wpar。
通过SCP命令将文件从本地服务器复制到远程主机。
Copying files from a local server to a remote host by way of the SCP command.
如果远程执行调试会话,CDT通过向gdb发送remotebaud命令(后跟波特率)发起通信。
If the debug session is conducted remotely, the CDT initiates communication by sending a remotebaud command to GDB, followed by the baud rate.
shell脚本backup _ remote_servers . sh使用ssh命令执行远程服务器上的脚本。
The backup_remote_servers.sh shell script USES the SSH command to execute a script on the remote servers.
执行两个ls命令,然后执行get命令以获取远程文件stat _ 09 . txt。
A couple of ls commands are executed before a get command is issued to retrieve the remote file stat_09.txt.
可以使用 ncftpls连接远程服务器并获取命令行ls清单。
Using ncftpls lets you connect to the remote server and extract a command line ls listing. This utility has two advantages
Easy PowerShellRemoting特性通过预定义的设置简化了创建远程脚本和执行远程命令的操作。
The Easy PowerShell Remoting feature simplifies creating remoting scripts and executing remote commands through predefined configurations.
从命令行界面运行Windows远程桌面连接。
当您希望通过管道进行传输的信息或者命令是远程的,那么使用远程管道方法是非常有用的。
Using the remote pipe method, though, is useful when the information or command that you want to pipe with is remote.
例如,要获取一台远程主机的磁盘信息,您可以使用下面清单1中的这个命令,并获得相应的输出结果。
For example, to get the disk information for a remote host, you might use the command and get the output in Listing 1 below.
应用推荐