摘要: sshkey.exp #!/usr/bin/expect# 由于是多台服务器,需要在shell脚本中循环调用该脚本 if { $argc != 2 } { send_user "usage: expect scp-expect.exp file host dir\n" exit } #定义变量set 阅读全文
posted @ 2016-11-03 21:44 kangjie 阅读(861) 评论(0) 推荐(0) 编辑
摘要: ###################################################mysql_install.sh ##initialize the Linux system to deploy lnmp ##2016/10/31 16:41 ##kangjie ######## 阅读全文
posted @ 2016-11-03 15:47 kangjie 阅读(1033) 评论(0) 推荐(0) 编辑