当前位置:网站首页>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
边栏推荐
- Time slice polling scheduling of RT thread threads
- C语言函数之可变参数原理:va_start、va_arg及va_end
- js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
- Contiki source code + principle + function + programming + transplantation + drive + network (turn)
- Basic use of pytest
- Vert. x: A simple login access demo (simple use of router)
- arduino获取随机数
- Machine learning -- linear regression (sklearn)
- Cannot change version of project facet Dynamic Web Module to 2.3.
- The first simple case of GNN: Cora classification
猜你喜欢
几个关于指针的声明【C语言】
Cannot change version of project facet Dynamic Web Module to 2.3.
Fashion Gen: the general fashion dataset and challenge paper interpretation & dataset introduction
ESP学习问题记录
Basic knowledge of lithium battery
js题目:输入数组,最大的与第一个元素交换,最小的与最后一个元素交换,输出数组。
Mp3mini playback module Arduino < dfrobotdfplayermini H> function explanation
[template] KMP string matching
5G工作原理详解(解释&图解)
Navigator object (determine browser type)
随机推荐
Rough analysis of map file
Fashion-Gen: The Generative Fashion Dataset and Challenge 论文解读&数据集介绍
ES6语法总结--上篇(基础篇)
互联网协议详解
AMBA、AHB、APB、AXI的理解
C language callback function [C language]
gcc 编译选项
Principle and implementation of MySQL master-slave replication
Pytoch temperature prediction
冒泡排序【C语言】
ESP8266通过Arduino IDE连接Onenet云平台(MQTT)
Dead loop in FreeRTOS task function
Contiki源码+原理+功能+编程+移植+驱动+网络(转)
嵌入式启动流程
open-mmlab labelImg mmdetection
RuntimeError: cuDNN error: CUDNN_STATUS_NOT_INITIALIZED
C语言回调函数【C语言】
VSCode基础配置
Kaggle竞赛-Two Sigma Connect: Rental Listing Inquiries
Cannot change version of project facet Dynamic Web Module to 2.3.