当前位置: > CentOS > CentOS入门 >

CentOS6.3系统安装SCP命令

时间:2016-07-28 02:37来源:linux.it.net.cn 作者:IT
如果你是最小安装了centos的话scp命令是没有初安装了,下面我就来告诉你如何来安装SCP命令吧,安装方法超级的简单只要一句即可解决。

SCP使用SSH协议在Linux系统中进行文件传输,但我最小安装的CentOS 6.3没有该命令。

 代码如下 复制代码
 
[root@localhost ~]# scp
-bash: scp: command not found

安装openssh-clients软件包后就可以使用SCP命令了。

 代码如下 复制代码

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

安装完成之后

 代码如下 复制代码

 
[root@localhost ~]# scp
[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





(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容