首页
技术面试题 3000
netstat -tulnp | grep :8080
netstat -tulnp | grep :8080
答案解析
查看8080端口的监听情况,显示协议、端口、进程PID等信息。
返回列表
返回首页