当前位置:网站首页>Methods of checking ports according to processes and checking processes according to ports
Methods of checking ports according to processes and checking processes according to ports
2022-07-03 08:53:00 【Xiaoping is extraordinary】
- According to the process pid Check the port :
lsof -i | grep pid
- According to the port port Check the progress :
lsof -i:port
- According to the process pid Check the port :
netstat -nap | grep pid
- According to the port port Check the progress 【️port Put a colon before it ,:port】
netstat -nap | grep port
边栏推荐
- Escape from heaven and forget what he suffered. In ancient times, it was called the punishment of escape from heaven. Article collection
- 基于SSM的校园失物招领平台,源码,数据库脚本,项目导入运行视频教程,论文撰写教程
- Alibaba canaladmin deployment and canal cluster Ha Construction
- 单调栈-42. 接雨水
- How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
- Es8 async and await learning notes
- Servlet的生命周期
- How to delete CSDN after sending a wrong blog? How to operate quickly
- [concurrent programming] consistency hash
- Allocation exception Servlet
猜你喜欢
22-06-27 Xian redis (01) commands for installing five common data types: redis and redis
MySQL three logs
[redis] redis persistent RDB vs AOF (source code)
XPath实现XML文档的查询
Monotonic stack -503 Next bigger Element II
Graphics_ Learnopongl learning notes
Markdown learning
Deep parsing JVM memory model
First Servlet
UE4 source code reading_ Mobile synchronization
随机推荐
Unity editor expansion - window, sub window, menu, right-click menu (context menu)
Unity editor expansion - controls, layouts
Unity Editor Extension - event handling
Unity editor expansion - the framework and context of unity imgui
Unity editor expansion - scrolling list
Analysis of Alibaba canal principle
Message queue for interprocess communication
Unity Editor Extension - drag and drop
求组合数 AcWing 885. 求组合数 I
[concurrent programming] concurrent security
Unity editor expansion - draw lines
【Rust 笔记】09-特型与泛型
状态压缩DP AcWing 291. 蒙德里安的梦想
Concurrent programming (III) detailed explanation of synchronized keyword
Get the link behind? Parameter value after question mark
Drawing maze EasyX library with recursive backtracking method
[concurrent programming] concurrent tool class of thread
Slice and index of array with data type
Six dimensional space (C language)
基于SSM的校园失物招领平台,源码,数据库脚本,项目导入运行视频教程,论文撰写教程