E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
exp_continue
Shell脚本⑧免交互
变量替换成实际值(2)整行内容作为变量并输出结果(3)多行注释(4)自动划分磁盘免交互二.Expect1.定义2.安装3.免交互操作(1)脚本编辑器(2)spawn(3)expect(4)send(5)
exp_continue
Linux糕手
·
2024-02-02 07:57
服务器
运维
SHELL脚本编程进阶(2)及Centos启动流程
/usr/bin/expectspawnssh192.168.34.128expect{"yes/no"{send"yes\n";
exp_continue
}"password"{send"YOURPASSWORD
清清_Linux
·
2024-01-12 02:44
expect自动化交互
2.expect语言用法:spawn开启免交户开启expectexpect捕捉屏幕上的关键字
exp_continue
继续捕捉屏幕上的字send发送指令interact代表退出expect,但是会留在新的终端
kiritoCVB
·
2023-12-03 11:28
自动化
交互
运维
Linux免交互
目录expect相关命令免密登录实验多主机创建用户,免交户expect相关命令spawn:开启免交互expect:捕捉屏幕上的关键字
exp_continue
:继续捕捉屏幕上的字send:发送指令inferact
Ybaocheng
·
2023-12-01 07:42
linux
iterm2 保存账号密码
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv3]\n"}}interact说明:这里[lindex$argv0]、[lindex
小豆瓣的靳先生
·
2023-11-27 15:11
工具
iterm
Gitlab 自动化部署java项目--shell脚本
yangwenguangGitACC='账号'GitPASSWD='密码'cd/dir/#你的git项目库expect-c"spawngitpull;expect\"*Username*\"{send\"${GitACC}\n\";
exp_continue
Linux小弟
·
2023-11-25 11:32
java
自动化
linux
shell
Shell免交互操作
免交互1.免交互定义2.格式和使用方法二、Expect免交互1.简介2.格式和使用(1)声明解释器(2)spawn(跟踪)(3)expect(期望)(4)send(输入)(5)结束符(6)set(7)
exp_continue
TaciturN'
·
2023-11-06 11:51
Shell
运维
linux
bash
shell编程之免交互
HereDocument使用注意事项(3)示例2、Expect免交户(1)Expect概述(2)Expect安装(3)基础命令(1)expect(2)send(3)spawn(4)结束符(5)set(6)
exp_continue
老汉带你1V5
·
2023-11-06 11:19
Linux
交互
脚本练习
/usr/bin/
[email protected]
{"*(yes/no*"{send"yes\r";
exp_continue
}"*password:*"{send"root123
迫近之影
·
2023-11-06 07:20
学习第六周
lindex$argv0]setuser[lindex$argv1]setpassword[lindex$argv2]spawnssh$user@$ipexpect{"yes/no"{send"yes\n";
exp_continue
johndoewy
·
2023-11-05 20:40
TigerVNC自动设置密码脚本
vncserver密码"sshpwd="ssh终端密码"expect<
exp_continue
Anakki
·
2023-10-16 19:43
java
服务器
前端
vnc
TigerVNC密码
脚本
自动化
两种方式用Shell实现把Hive表数据导入到redis
spawnscp/root/
[email protected]
:/root/#expect{#\"*assword\"{settimeout20;send\"gbase\r\";
exp_continue
刘先生我在呀
·
2023-09-28 23:38
shell
shell
linux
2019-05-06 第八周作业
/bin/bash13pass='123456'1415expect<
exp_continue
ritch
·
2023-09-01 15:31
scp 免密expect脚本
/bin/shexpect-c"spawnscp-rasd.shuser@ip:/Users/expect{\"*assword\"{settimeout300;send\"passwd\r\";
exp_continue
strean
·
2023-08-10 12:59
shell编程免交互
目录HereDocument免交互expect语法:结束符:
exp_continue
接收参数,类似于位置变量免交互:不需要人为控制就可以完成自动化操作HereDocument免交互使用I/O重定向的方式将命令的列表提供给交互式的程序或者命令
我叫yyy
·
2023-08-02 15:08
交互
Shell_expect实现自动交互免密登录操作
设置超时时间,单位为秒settimeout30#触发交互命令spawnssh-keygen#开始捕获expect{#当捕获到此次字符串时,发送回车,并且继续捕获".ssh/id_rsa)"{send"\n";
exp_continue
彼得大帝_0da7
·
2023-07-31 19:01
Shell免交互操作
免交互1.免交互定义2.格式和使用方法二、Expect免交互1.简介2.格式和使用(1)声明解释器(2)spawn(跟踪)(3)expect(期望)(4)send(输入)(5)结束符(6)set(7)
exp_continue
不懂就问QAQ
·
2023-06-11 12:27
linux
运维
服务器
交互
shell编程之免交互
(6)set(7)
exp_continue
(8)send_user(9)接收参数实验一:su切换用户实验二:已有用户并设置密码实验三:实现ssh自动登录免交互HereDocument免交互使用I/O重定向的方式将命令列表提供给交互式程序或命令
故里知南
·
2023-06-09 14:38
linux
服务器
windows
iterm2利用脚本保存ssh会话
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv2]\n"}}interact#其中参数0表
草莓君_
·
2023-04-07 02:52
Shell 之 免交互编程(expect用法)
heredocument免交互二、expect免交互1.expect概述2.expect主要的作用3.基本命令(1)脚本解释器(2)spawn(3)expect(4)send(5)结束符(6)set(7)
exp_continue
清风自来86
·
2023-03-29 14:32
前端
javascript
html
Shell 脚本之免交互操作
文章目录1.HereDocument免交互1.1概述1.2范例2.expect免交互2.1概述2.2基本命令(1)脚本解释器(2)spawn(3)expect(4)send(5)结束符(6)set(7)
exp_continue
公博义
·
2023-03-29 14:12
shell
云计算
linux运维
linux
shell
eof
云计算
运维
iterm2 配置快捷登录服务器
1账号密码方式:保存登录命令文件/var/www/ssh/
[email protected]
{"yes/no"{send"yes\r";
exp_continue
·
2021-11-15 22:24
iterm2linux
iterm2 配置远程连接免登陆
{send"yes\n";
exp_continue
}"password:"{send"$password\r"}}interactexpecte
云边一片海
·
2021-06-22 05:28
shell脚本之免交互(EOF免交互、Expect免交互)
给用户设置密码变量替换变量设定关闭变量替换功能去掉每行之前的TAB字符多行注释Expect免交互Expect安装基本命令(1)脚本解释器(2)spawn(3)expect(4)send(5)结束符(6)set(7)
exp_continue
shengmodizu
·
2021-03-17 12:50
Linux
shell
shell
免交互
shell脚本实现自动输入账号密码连接运服务器并执行其他命令的方法-总结
setusername[lindex$argv1]setpassword[lindex$argv2]spawnssh$username@$hostexpect{"*yes/no"{send"yes\r";
exp_continue
世界这么美还没钱去看
·
2020-11-11 22:55
shell项目-分发系统
usr/bin/expectsethost"192.168.133.132"setpasswd"123456"spawnsshroot@$hostexpect{"yes/no"{send"yes\r";
exp_continue
chouye19980417
·
2020-09-14 13:49
shell
运维
crontab定时任务不执行 expect
spawnscp-rroot@ip:/usr/local/src/$filepaths/usr/local/src/mogondb_data_back/expect{"*yes/no"{send"yes\r";
exp_continue
moocsea
·
2020-09-13 06:59
liunx
expect交互shell及一键部署服务
/usr/bin/
[email protected]
{"*yes/no"{send"yes\r";
exp_continue
}"password
有机小白菜
·
2020-08-24 11:36
linux
shell
linux
expect
expect使用spawn 进行scp拷贝文件无法识别通配符
usr/bin/expectspawnbash-c"scp/home/test/*
[email protected]
:/home/test"expect{"yes/no"{send"yes\r";
exp_continue
跳舞的精灵
·
2020-08-24 04:21
shell
expect
iTerm2一键登录服务器跳板机(免密登陆)
{send"yes\n";
exp_continue
}"password:"{send"[lindex$argv2]\n"}}interact可
Swelity
·
2020-08-21 15:19
9.25任务
expectsetpasswd"123456"
[email protected]
:/tmp/12.txt/tmp/expect{"yes/no"{send"yes\r";
exp_continue
chenglichu0862
·
2020-08-18 20:00
Shell中的自动应答命令(expect)
expect是自动应答命令用于交互式命令的自动执行spawn是expect中的监控程序,其运行后会监控命令提出的交互问题send发送问题答案给交互命令“\r"表示回车
exp_continue
表示当问题不存在时继续回答下面的问题
qi __ jie
·
2020-08-16 01:21
shell
expect
{send"yes\r";
exp_continue
}#
exp_continue
表示匹配该expect中的其他项,此次匹配未结束 "*password:"{send"12345678\r"} exp
liujie1311
·
2020-08-15 23:32
批量免密之不同IP,不同密码之间的批量免密脚本
/expect-fwhilereadippassworddoexpect<<-ENDspawnssh-copy-id$ipexpect{"password:"{send"${password}\r";
exp_continue
fenglei2020
·
2020-08-14 17:21
MacOS使用iTerm2保存ssh账号密码自动ssh登录
{send"yes\n";
exp_continue
}"p
涨知识的coder
·
2020-08-10 21:03
iterm2设置免密登录-ssh
{send"yes\n";
exp_continue
}"pa
婉婉起得早
·
2020-08-04 10:06
mysql_init 初始化脚本
xxxx@2018/usr/bin/expect<
exp_continue
左丿仔
·
2020-08-04 10:29
mysql
shell脚本----免交互
使用注意事项3、HereDocument变量设定4、HereDocument常规用法二、expect基本命令1、expect概述2、expect基本命令expect:send:spawn:结束符:set命令:
exp_continue
weixin_Wangnan
·
2020-07-30 18:36
ssh的免交互
/bin/bash/usr/bin/expect<
exp_continue}"passphrase"{send"\
weixin_34088583
·
2020-07-30 17:41
Shell脚本-expect方式远程登录主机执行命令脚本
root/host.info'forHOSTin$(cat$HOST_INFO)doexpect-c"spawnsshroot@$HOSTexpect{\"(yes/no)\"{send\"yes\r\";
exp_continue
Linux的小跟班
·
2020-07-16 05:28
Shell
批量部署ssh免密登陆
xxxxxxxx"functionsshcopyid{expect-c"settimeout-1;spawnssh-copy-id$1;expect{\"yes/no\"{send\"yes\r\";
exp_continue
angui5046
·
2020-07-15 20:30
运维
shell
操作系统
ssh自动连接执行命令
{send--yes\r;
exp_continue
}*assword*{send--\r;expect{*denied*{exit2;}eof}}eof{exit1;}}"retur
weixin_34077371
·
2020-07-12 08:17
expect: spawn id exp4 not open原因解释
bashauto_send(){/usr/bin/expect<
exp_continue
我心依依旧
·
2020-07-04 10:42
Linux
shell脚本
shell脚本自动登录远程主机执行脚本或命令
expectsetWORK_PATH"/root"sethostname"10.239.227.224"spawnsshroot@$hostnameexpect{"yes/no"{send"yes\r";}#{send"yes\r";
exp_continue
菜鸟清风
·
2020-07-02 00:10
Linux
HDP安装以及遇到的一些坑
ssh-keygen然后每个节点ssh-copy-iduser@ipexpect-c"settimeout-1;spawnssh-keygenexpect{\"*Enterfile*\"{send\"\r\";
exp_continue
Magiczl
·
2020-06-25 14:41
HDP
使用expect 下的spawn命令
{send"yes\r";
exp_continue
}"assword:"{send"$passwd\r"}}expect"$hostuser*"send"ssh-keygen-trsa\r"expect"Enterfileinwhichtosavethekey
qq_20962187
·
2020-06-25 00:34
通过自动化脚本安装以及配置Zookeeper
PASSWORD=nn1234auto_ssh_copy_id(){expect-c"settimeout-1;spawnssh-copy-id$1;expect{*(yes/no)*{send--yes\r;
exp_continue
JustCode
·
2020-04-14 07:12
第八周
bin/expectsetip192.168.111.133setuserrootsetpasswd123456spawnssh$user@$ipexpect{"yes/no"{send"yes\n";
exp_continue
ee30c6e3e872
·
2020-04-07 12:20
shell连接并重启远程服务器脚本
expectexpect-c"
[email protected]
{\"*assword\"{settimeout30;send\"123456\r\";}\"yes/no\"{send\"yes\r\";
exp_continue
抓不住的风
·
2020-03-09 10:05
Linux expect
/usr/bin/expectsettimeout30spawnssh-lusernamehostipexpect{"yes/no"{send"yes\r";
exp_continue
}"password
30岁再次出发
·
2020-02-11 19:00
上一页
1
2
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他