huacw

netstat -tnl|grep 23 查看23端口是否开启

或者

chkconfig --list|grep telnet 检查telnet状态

如果关闭状态,

开启:chkconfig --level 5 telnet on

分类:

技术点:

相关文章:

  • 2022-01-23
  • 2021-12-03
  • 2021-12-15
  • 2022-12-23
  • 2021-09-29
  • 2021-11-29
  • 2022-12-23
猜你喜欢
  • 2021-11-27
  • 2021-11-05
  • 2021-11-08
  • 2021-11-21
  • 2021-11-13
  • 2021-12-31
相关资源
相似解决方案