码迷,mamicode.com
首页 > 系统相关 > 详细

Linux 常用命令 nc

时间:2019-11-19 18:49:42      阅读:156      评论:0      收藏:0      [点我收藏+]

标签:udp   inux   lin   端口   tcp   常用命令   linux   永久   监听   

nc命令最常用的用法:

1、测试TCP端口
nc -vz ip tcp-port
2、测试UDP
nc -uvz ip udp-port
3、临时监听TCP端口
nc -l port
4、永久监听TCP端口
nc -lk port
5、临时监听UDP
nc -lu port
6、永久监听UDP
nc -luk port

Linux 常用命令 nc

标签:udp   inux   lin   端口   tcp   常用命令   linux   永久   监听   

原文地址:https://blog.51cto.com/mapengfei/2451421

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!