当前位置:网站首页>Lesson 4 SSH
Lesson 4 SSH
2022-07-22 16:21:00 【Zhi Zi】
1, For exiting the server ctrl-d
2, Create your own files if you don't have them
3,
ssh [email protected] ls -a
The execution is server-side
ls -a
The execution is local
4,
# In single quotes $i Can be evaluated
ssh myserver 'for ((i = 0; i < 10; i ++ )) do echo $i; done'
The standard output of the command executed in the remote server will be transmitted to the current terminal
5,
# In double quotation marks $i You can't evaluate
ssh myserver "for ((i = 0; i < 10; i ++ )) do echo $i; done"
Variables in double quotation marks will not be resolved
6, Files can be transferred between servers with the help of local intermediate tools
边栏推荐
- Monopoly of Web3 social protocol and soul binding token
- The two supply chain centers of HEMA launched the "background" of innovative research and development of multi format commodities
- 12 nodes of DOM
- Redis中的数据结构(二):跳表
- Data structure in redis (2): jump table
- Use of yarn
- 机器学习基础篇(5)图像轮廓
- Command line program test automation
- Mask RCNN源码详解
- 什么是单片机?单片机的组成部分有哪些?
猜你喜欢
傍晚的天空
数据平台数据管理实践
EasyCVR平台如何实现无需鉴权即可接入特殊设备?
『需求优化』使用 postMessage 解决 localStorage 跨域问题
NFT 交易所合约开发教程(Solidity & Hardhat)
Chant Developer Workbench 2022
【STK初探】创建一条奔月轨道
Hello world of SOC
MP query criteria
The two supply chain centers of HEMA launched the "background" of innovative research and development of multi format commodities
随机推荐
SOC key control LED
Jd-h5 development
DOM browser rendering process and repaint reflow
Nftscan and port3 have reached strategic cooperation in the field of NFT data
[solution] NPM err! code E401
红队怎么打
C# ftp检测目录是否存在和创建文件夹
NFT 交易所合约开发教程(Solidity & Hardhat)
Classic books of Orthodontics
分布式调度问题
[solution] solve the importerror: library "Glu" not found
Hybrid混合开发与JSBridge
2022 those "hidden rules" in the interview of testers, don't step on the pit
Scala variables and data types (2)
MP query criteria
【Unity项目实践】游戏架构
计算机网络之应用层面试题
Query and association of flask to database
Trigger Basics (medium)
C# 上传图片至共享文件夹