当前位置:网站首页>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
边栏推荐
- Correspondence between STM32 model and contex M
- 程序员老鸟都会搞错的问题 C语言基础 指针和数组
- Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries(XGBoost)
- Priority inversion and deadlock
- Raspberry pie tap switch button to use
- Comparison of solutions of Qualcomm & MTK & Kirin mobile platform USB3.0
- E-commerce data analysis -- User Behavior Analysis
- 电商数据分析--用户行为分析
- Internet protocol details
- C language, log print file name, function name, line number, date and time
猜你喜欢
RT-Thread API参考手册
Time slice polling scheduling of RT thread threads
优先级反转与死锁
E-commerce data analysis -- User Behavior Analysis
Feature of sklearn_ extraction. text. CountVectorizer / TfidVectorizer
JS object and event learning notes
Cannot change version of project facet Dynamic Web Module to 2.3.
MySQL realizes read-write separation
机器学习--决策树(sklearn)
Implementation scheme of distributed transaction
随机推荐
5G工作原理详解(解释&图解)
Cannot change version of project facet Dynamic Web Module to 2.3.
Unit test - unittest framework
Machine learning -- linear regression (sklearn)
R & D thinking 01 ----- classic of embedded intelligent product development process
Time slice polling scheduling of RT thread threads
【ESP32学习-1】Arduino ESP32开发环境搭建
VIM command line notes
Machine learning -- decision tree (sklearn)
imgcat使用心得
AMBA、AHB、APB、AXI的理解
Programmers can make mistakes. Basic pointers and arrays of C language
Oppo vooc fast charging circuit and protocol
高通&MTK&麒麟 手機平臺USB3.0方案對比
Redis interview questions
Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍
Mall project -- day09 -- order module
History object
vim命令行笔记
arduino UNO R3的寄存器写法(1)-----引脚电平状态变化