待补充[Linux] nc

Posted 山间一棵松

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了待补充[Linux] nc相关的知识,希望对你有一定的参考价值。


 

  【nc 是做什么的】

 

  【nc怎么用】

  查看帮助

  nc -help

 

# 查看帮助
nc -help

# 监听端口
-l, --listen               Bind and listen for incoming connections

# 保持开启
-k, --keep-open            Accept multiple connections in listen mode

 

  开启 nc

nc -lk 8888

 

 


 

以上是关于待补充[Linux] nc的主要内容,如果未能解决你的问题,请参考以下文章