Shell2 SCP command 프로그램 I am going to share my program that I made whenever I had time.I made it using SCP command. SCP uses Secure Shell (SSH) to transfer file between client and remote server, It's fast and secure.In this article, I will show you two examples. 1. First example - copying file from several remote serverIf you need to transfer file to several remote server, You can use it below program.The program requi.. 2018. 5. 17. linux 장비 원격 실행 프로그램 It's my first time to write English article in this blog. I am going to share my program that can be executed on several linux machine. Long time ago, I wanted to execute for date command on the linux system that we manage.I accessed a linux machine repeatedly.It was difficult for me to do it.So, I made a program blow. cmd.sh#!/bin/sh if [ $# -lt 2 ] then echo "Usage : $0 {명령어} {서버리스트파일}" exit 1.. 2018. 5. 8. 이전 1 다음