当前位置:网站首页>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
边栏推荐
- 几个关于指针的声明【C语言】
- ESP8266通过Arduino IDE连接Onenet云平台(MQTT)
- Gallery's image browsing and component learning
- IOT system framework learning
- Esp8266 uses Arduino to connect Alibaba cloud Internet of things
- STM32 如何定位导致发生 hard fault 的代码段
- gcc 编译选项
- 树莓派 轻触开关 按键使用
- MySQL数据库面试题
- E-commerce data analysis -- salary prediction (linear regression)
猜你喜欢
随机推荐
Several declarations about pointers [C language]
Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0
Esp8266 connects to bafayun (TCP maker cloud) through Arduino IED
Implementation scheme of distributed transaction
Contiki源码+原理+功能+编程+移植+驱动+网络(转)
VSCode基础配置
JS变量类型以及常用类型转换
Esp8266 connects to onenet cloud platform (mqtt) through Arduino IDE
Pytorch实现简单线性回归Demo
The first simple case of GNN: Cora classification
Detailed explanation of 5g working principle (explanation & illustration)
Basic operations of databases and tables ----- classification of data
A possible cause and solution of "stuck" main thread of RT thread
JS 函数提升和var变量的声明提升
选择法排序与冒泡法排序【C语言】
There are three iPhone se 2022 models in the Eurasian Economic Commission database
ES6 grammar summary -- Part 2 (advanced part es6~es11)
open-mmlab labelImg mmdetection
Mall project -- day09 -- order module
Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍



![[esp32 learning-2] esp32 address mapping](/img/ee/c4aa0f7aed7543bb6807d7fd852c88.png)





