当前位置:  操作系统/服务器>linux

bash scp command not found的解决方法

    来源: 互联网  发布时间:2014-10-14

    本文导语:  安装了centos6.0,由于选择了最小安装,很多包没有安装,因此一些常用的命令也不支持,如下:# scp -bash: scp: command not found 我的解决方法是:在一台运行正常的CentOS 5.6服务器上找到scp所在的包:##---以下命令在运行正常的CentOS ...

安装了centos6.0,由于选择了最小安装,很多包没有安装,因此一些常用的命令也不支持,如下:
# scp
-bash: scp: command not found

我的解决方法是:在一台运行正常的CentOS 5.6服务器上找到scp所在的包:
##---以下命令在运行正常的CentOS 5.6上执行

代码如下:

# which scp
/usr/bin/scp

# rpm -qf /usr/bin/scp
openssh-clients-4.3p2-72.el5

这么看来scp所在的包是openssh-clients了。

在不正常的机器上安装吧:

代码如下:

# yum install openssh-clients
或者从光盘上安装
# rpm -ivh libedit-2.11-4.20080712cvs.1.el6.x86_64
# rpm -ivh openssh-clients-5.3p1-20.el6.x86_64

至此,scp命令可以执行了。

注意:以上用到的包名请大家根据自己的情况进行调整。


    
 
 

您可能感兴趣的文章:

  • bash :ifconfig:command not found 为什么呢 ?
  • -bash: [root: command not found
  • 解决bash: mysql: command not found 的方法
  • iptables 命令不能用bash: iptables: command not found
  • bash command 問題
  • 红旗Linux6.0 bash: qsub: command not found
  • -bash: [root: command not found求解答~急
  • 关于 bash:$'r': command not found 的问题
  • bash:gcc:command not found
  • 请教:bash: xm: command not found
  • linux 终端提示bash: .bashrc: command not found
  • redhat AS 3 groupadd 命令居然报错 -bash: groupadd: command not found
  • 求助 bash:gcc:command not found
  • gcc在哪里?bash:gcc:command not found
  • 使用rm命令 告诉我 -bash:rmi command not found。 why?
  • 关于bash: g++ command not found的问题
  • 使用gcc编译一个程序a.c成a.out,输入a.out运行,提示bash:a.out:command not found,咋回事?
  • linux下安装oracle出现bash:sqlplus:command not found
  • 为什么 a.out明明存在 ,而我在shell中输入a.out却说bash: a.out : command not found?
  • fedora 9中man、netconfig等命令无法使用!-bash command not found!
  • 请问root用户失去 bash该怎么解决?
  • 新手的BASH代码错误,求帮忙解决
  • bash脚本输入密码不回显问题的解决方法
  • linux bash中too many arguments问题的解决方法
  •  
    本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
    本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 有没有方法可以使用脚本批量修改bash环境变量
  • bash批量重命名、批量更改后辍的方法
  • Linux BASH多进程并行处理的方法实现
  • bash脚本中if语句的使用方法
  • bash批量修改文件名称的方法小结(增加,去除,修改后缀)
  • 使用bash shell删除目录中的特定文件的3种方法
  • linux bash shell命令:grep文本搜索工具简介
  • . ./.bash_file 与 ./.bash_file的区别?
  • linux bash shell命令:文本搜索工具grep中用于egrep和 grep -E的元字符扩展集
  • 为什么每次启动bash都出现bash:test:a:binary operaotr expected
  • linux bash shell命令:文本搜索工具Grep命令选项及实例
  • linux RHEL 5.6 在root用户下. .bash_profile 或source .bash_profile 报错
  • linux bash shell命令:文本搜索工具grep正则表达式元字符集(基本集)
  • Ubuntu中如何配置shell(bash)的环境
  • 如何在ubunt下面安装两个bash
  • bash 不能使用括号,求助
  • 如何在redhat下安装bash?
  • bash和Korn shell学哪个比较好
  • 请问root的bash的环境变量放在哪个文件中啊?
  • linux(redhat9)中在哪里设环境变量,.bash_profil在哪里啊?
  • BASH Debugger
  • .bashrc和.bash_profile有什么区别
  • . /root/.bash_profile
  • Bash架构问题
  • bash的控制终端
  • bash 与shell 什么关系?
  • -bash-3.2# Argument list too long 到底是怎么回事呀?


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3