当前位置:网站首页>The dolphin scheduler remotely executes shell scripts through the expect command
The dolphin scheduler remotely executes shell scripts through the expect command
2022-07-06 12:10:00 【Zhun Xiaozhao】
#!/usr/bin/expect
spawn ssh [email protected] -o "StrictHostKeyChecking no"
expect "password:"
send "[email protected]\r"
expect "#"
send "mkdir /tmp/testShell \r"
expect eof
notes : Installation may be required expect command , The general system comes with
边栏推荐
- ES6语法总结--上篇(基础篇)
- Use of lists
- MySQL realizes read-write separation
- 几个关于指针的声明【C语言】
- Raspberry pie tap switch button to use
- 程序员老鸟都会搞错的问题 C语言基础 指针和数组
- ES6语法总结--下篇(进阶篇 ES6~ES11)
- Basic operations of databases and tables ----- view data tables
- Cannot change version of project facet Dynamic Web Module to 2.3.
- Togglebutton realizes the effect of switching lights
猜你喜欢
IOT system framework learning
机器学习--决策树(sklearn)
STM32 如何定位导致发生 hard fault 的代码段
Variable star user module
Arduino JSON data information parsing
JS object and event learning notes
Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0
MySQL realizes read-write separation
arduino UNO R3的寄存器写法(1)-----引脚电平状态变化
ESP8266使用arduino连接阿里云物联网
随机推荐
arduino获取随机数
Mysql database interview questions
PyTorch四种常用优化器测试
JS object and event learning notes
Understanding of AMBA, AHB, APB and Axi
VSCode基础配置
C语言,log打印文件名、函数名、行号、日期时间
嵌入式启动流程
Distribute wxWidgets application
arduino JSON数据信息解析
Reno7 60W super flash charging architecture
Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries
I2C总线时序详解
map文件粗略分析
Pytoch implements simple linear regression demo
Missing value filling in data analysis (focus on multiple interpolation method, miseforest)
Several declarations about pointers [C language]
Pytorch实现简单线性回归Demo
基于Redis的分布式ID生成器
GNN的第一个简单案例:Cora分类