浙江省高等学校教师教育理论培训

微信搜索“毛凌志岗前心得”小程序

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

#! /usr/bin/expect -f

set ip [ lindex $argv 0 ]
set password
set timeout 5

spawn ssh root@$ip
expect {
      "*yes/no" {send "yes\r";exp_continue}
        "*password:" {send "$password\r"}
}
expect "#*"
send "ls  /export/data/tomcatRoot/\r"
send "chown admin:admin /tmp\r"
#send "sed -n '/server_name/p' /export/servers/nginx/conf/domains/*360buy.com\r"
expect eof

posted on 2013-01-16 00:12  lexus  阅读(419)  评论(0编辑  收藏  举报