【待补充】[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

猜你喜欢

转载自www.cnblogs.com/share23/p/9783542.html
nc