RSH远程Shell命令

来源:互联网 发布:网络传播与策划 刘芸 编辑:程序博客网 时间:2024/04/27 08:10

RSH host [-l username] [-n] command

  host            Specifies the remote host on which to run command.
  -l username     Specifies the user name to use on the remote host. If
                  omitted, the logged on user name is used.
  -n              Redirects the input of RSH to NULL.
  command         Specifies the command to run.


用来远程执行命令,远程控制很有用。

 

windows下有两个版本的服务器:

rshd 开源的 RSH服务器

http://download.csdn.net/source/2203889

http://rshd.sourceforge.net

 

rshsvc 微软unix服务工具套件中的

原创粉丝点击