码迷,mamicode.com
首页 > 其他好文 > 详细

Centos 6.4 安装scp和lrzsz

时间:2015-06-04 17:25:42      阅读:132      评论:0      收藏:0      [点我收藏+]

标签:scp

Centos 6.4默认没有安装scp和lrzsz,yum装下


1.安装scp

[root@localhost ~]# scp

-bash: locate: command not found


[root@localhost ~]# yum install openssh-clients


[root@localhost ~]# scp

usage: scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]

           [-l limit] [-o ssh_option] [-P port] [-S program]

           [[user@]host1:]file1 ... [[user@]host2:]file2


[root@localhost ~]# scp /root/hostcheck/check.tar.gz root@192.168.200.70:/root/


2.安装lrzsz

[root@localhost ~]# yum install lrzsz



本文出自 “卡卡西” 博客,请务必保留此出处http://whnba.blog.51cto.com/1215711/1658474

Centos 6.4 安装scp和lrzsz

标签:scp

原文地址:http://whnba.blog.51cto.com/1215711/1658474

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!