使用 kibitz -tty pts/1 root 来建立同步。
配置好yum源。查找rpm包
-
[root@server1 python]# yum provides */kibitz
-
Loaded plugins: fastestmirror, security
-
Loading mirror speeds from cached hostfile
-
* base: mirrors.aliyun.com
-
* extras: mirrors.aliyun.com
-
* updates: mirrors.aliyun.com
-
expect-5.44.1.15-5.el6_4.x86_64 : A program-script interaction and testing utility
-
Repo : base
-
Matched from:
-
Filename : /usr/bin/kibitz
安装
-
[root@server1 python]# yum install expect
-
Loaded plugins: fastestmirror, security
-
Loading mirror speeds from cached hostfile
-
* base: mirrors.aliyun.com
-
* extras: mirrors.aliyun.com
-
* updates: mirrors.aliyun.com
-
Setting up Install Process
-
Package expect-5.44.1.15-5.el6_4.x86_64 already installed and latest version
-
Nothing to do
我这里已经安装过了。
w查看需要同步的虚拟终端,这里要同步的虚拟终端为pts/0
由上图可以得知,我们目前的虚拟终端为 pts/1 在 pts/1中执行命令如下:
[root@server1 ~]# kibitz -tty pts/0 root
asking root to type: kibitz -3073 # 输入完命令后,这里会有一个等待应答的过程。
查看pts/0 是什么情况
这里就不用解释了吧?直接回车输入:kibitz -3073 再敲回车就连接上了。
[root@server1 python]# kibitz -3073
Escape sequence is ^]
如果多个终端同步,都是按照上面的方法来做就好了。
阅读(1890) | 评论(0) | 转发(0) |