码迷,mamicode.com
首页 > Web开发 > 详细

Linux下command not found(以CentOS下没有telnet为例)

时间:2017-05-16 12:51:48      阅读:213      评论:0      收藏:0      [点我收藏+]

标签:linux   not   oca   conf   local   查询   roo   客户端   kconfig   

[root@localhost ~]# telnet
bash: telnet: command not found

rpm -qa telnet*   //查询是否安装了Telnet包

yum list telnet*   //查看telnet相关的安装包
yum install telnet-server   //安装telnet服务
yum install telnet.*   //安装telnet客户端

chkconfig telnet on   //或者将 /etc/xinetd.d/telnet 文件里的 disable值设为no

Linux下command not found(以CentOS下没有telnet为例)

标签:linux   not   oca   conf   local   查询   roo   客户端   kconfig   

原文地址:http://www.cnblogs.com/vfo-Lee/p/6860614.html

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