当前位置:网站首页>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
边栏推荐
- 高通&MTK&麒麟 手机平台USB3.0方案对比
- There are three iPhone se 2022 models in the Eurasian Economic Commission database
- Mp3mini playback module Arduino < dfrobotdfplayermini H> function explanation
- MySQL START SLAVE Syntax
- 【ESP32学习-2】esp32地址映射
- vim命令行笔记
- Dependency in dependencymanagement cannot be downloaded and red is reported
- js 变量作用域和函数的学习笔记
- Basic knowledge of lithium battery
- Oppo vooc fast charging circuit and protocol
猜你喜欢
![[template] KMP string matching](/img/f9/cd8b6f8e2b0335c2ec0a76fc500c9b.jpg)
[template] KMP string matching

Cannot change version of project facet Dynamic Web Module to 2.3.

Machine learning -- decision tree (sklearn)

js 变量作用域和函数的学习笔记

优先级反转与死锁

ES6语法总结--下篇(进阶篇 ES6~ES11)

Comparaison des solutions pour la plate - forme mobile Qualcomm & MTK & Kirin USB 3.0

Togglebutton realizes the effect of switching lights

程序员老鸟都会搞错的问题 C语言基础 指针和数组

Basic operations of databases and tables ----- classification of data
随机推荐
Kconfig Kbuild
Reading notes of difficult career creation
A possible cause and solution of "stuck" main thread of RT thread
MySQL数据库面试题
Machine learning -- decision tree (sklearn)
E-commerce data analysis -- salary prediction (linear regression)
FTP file upload file implementation, regularly scan folders to upload files in the specified format to the server, C language to realize FTP file upload details and code case implementation
JS数组常用方法的分类、理解和运用
OPPO VOOC快充电路和协议
机器学习--决策树(sklearn)
Comparison of solutions of Qualcomm & MTK & Kirin mobile platform USB3.0
Apprentissage automatique - - régression linéaire (sklearn)
PyTorch四种常用优化器测试
ES6语法总结--上篇(基础篇)
荣耀Magic 3Pro 充电架构分析
VSCode基础配置
Working principle of genius telephone watch Z3
E-commerce data analysis -- User Behavior Analysis
ESP8266使用arduino连接阿里云物联网
Bubble sort [C language]