当前位置:网站首页>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
边栏推荐
- Contiki source code + principle + function + programming + transplantation + drive + network (turn)
- Basic operations of databases and tables ----- view data tables
- Reading notes of difficult career creation
- Programmers can make mistakes. Basic pointers and arrays of C language
- AMBA、AHB、APB、AXI的理解
- arduino获取数组的长度
- Internet protocol details
- GNN的第一个简单案例:Cora分类
- Common properties of location
- 5G工作原理详解(解释&图解)
猜你喜欢

A possible cause and solution of "stuck" main thread of RT thread

Analysis of charging architecture of glory magic 3pro

MySQL占用内存过大解决方案

open-mmlab labelImg mmdetection

Togglebutton realizes the effect of switching lights

PyTorch四种常用优化器测试

Kaggle competition two Sigma connect: rental listing inquiries

Programmers can make mistakes. Basic pointers and arrays of C language

JS object and event learning notes

Unit test - unittest framework
随机推荐
XML file explanation: what is XML, XML configuration file, XML data file, XML file parsing tutorial
Pytorch-温度预测
AMBA、AHB、APB、AXI的理解
机器学习--决策树(sklearn)
ESP学习问题记录
gcc 编译选项
Cannot change version of project facet Dynamic Web Module to 2.3.
JS object and event learning notes
Variable star user module
I2C bus timing explanation
Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries
GNN的第一个简单案例:Cora分类
荣耀Magic 3Pro 充电架构分析
共用体(union)详解【C语言】
Arduino gets the length of the array
arduino获取数组的长度
Imgcat usage experience
OSPF message details - LSA overview
Navigator object (determine browser type)
程序员老鸟都会搞错的问题 C语言基础 指针和数组