在linux操作系统中,会经常要用到telnet去测试网络的联通性。
在linux中使用telnet时,若报-bash: telnet:command not found,则表明没有安装telnet,需要安装,安装命令如下:
yum install telnet
在linux操作系统中,会经常要用到telnet去测试网络的联通性。
在linux中使用telnet时,若报-bash: telnet:command not found,则表明没有安装telnet,需要安装,安装命令如下:
yum install telnet
相关文章: