1. 程式人生 > >【待補充】[Linux] nc

【待補充】[Linux] nc

acc ont bsp class lin 16px bind and pen


  【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