Linux排查端口服务是否正常

Linux排查端口服务是否正常

# Linux
netstat -tlnp | grep 1036
# 或
lsof -i :1036

# Windows
netstat -ano | findstr :1036

posted on 2026-06-12 16:13  oktokeep  阅读(6)  评论(1)    收藏  举报