博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
SCP命令小例子
阅读量:6240 次
发布时间:2019-06-22

本文共 956 字,大约阅读时间需要 3 分钟。

磨砺技术珠矶,践行数据之道,追求卓越价值 

回到上一级页面:      回到顶级页面: 
[作者 高健@博客园  luckyjackgao@gmail.com]

远端机上文件:

[root@pg200 ~]# pwd/root[root@pg200 ~]# ls -l gao.txt-rw-r--r-- 1 root root 40 Sep 30 15:04 gao.txt[root@pg200 ~]# cat gao.txtA test from gaoJust do it to your best[root@pg200 ~]#

 

在本地机上执行远程拷贝:

[root@pg200 ~]# scp root@10.10.10.2:/root/gao.txt jian.txt The authenticity of host '10.10.10.2 (10.10.10.2)' can't be established.RSA key fingerprint is 8a:e2:d0:df:84:9e:94:bc:8c:29:9d:f2:94:0b:93:46.Are you sure you want to continue connecting (yes/no)? yPlease type 'yes' or 'no': yesWarning: Permanently added '10.10.10.2' (RSA) to the list of known hosts.root@10.10.10.2's password: gao.txt                                                                                                   100%   40     0.0KB/s   00:00    [root@pg200 ~]# cat jian.txtA test from gaoJust do it to your best[root@pg200 ~]#

 

磨砺技术珠矶,践行数据之道,追求卓越价值 

回到上一级页面:      回到顶级页面: 
[作者 高健@博客园  luckyjackgao@gmail.com]

转载地址:http://qabia.baihongyu.com/

你可能感兴趣的文章
NAS与SAN存储
查看>>
【Case分享】Exchange 2013EMS命令无法加载
查看>>
nrm切换npm源利器
查看>>
[C编程在Linux上]用 printf做彩色日志记录
查看>>
O365结合ADFS限制用户登录地址 (二) - 安装AAD Connect
查看>>
Lync 2013 配合 Sonus SBC 1000/2000 配置呼叫转接和同时拨打
查看>>
工作流引擎Synchro Flow的流程度量
查看>>
asp.net 使用ffmpeg.exe获取视频信息并截图方法类
查看>>
Go36-31-sync.WaitGroup和sync.Once
查看>>
input设置为disabled提交后获取不到该值的解决方法
查看>>
我的友情链接
查看>>
利用wget 和队列 模拟网络爬虫 (不带判重程序)
查看>>
从零开始学习Gradle之三---多项目构建
查看>>
年轻人的自我自救:你有没有勇气输得起?
查看>>
cisco *** client 自动重拨
查看>>
1218直播节,花椒与北京卫视会密谋什么新局?
查看>>
Android 调用手机自带的下载器下载
查看>>
我的友情链接
查看>>
阿里巴巴的微服务开源之路
查看>>
思科交换机 flow control 交换机流控
查看>>