当前位置:网站首页>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
边栏推荐
- Deep parsing JVM memory model
- Unity editor expansion - the design idea of imgui
- JS ternary operator - learning notes (with cases)
- Binary to decimal, decimal to binary
- 数位统计DP AcWing 338. 计数问题
- Markdown learning
- 22-06-28 Xi'an redis (02) persistence mechanism, entry, transaction control, master-slave replication mechanism
- Binary tree traversal (first order traversal. Output results according to first order, middle order, and last order)
- [rust notes] 12 closure
- Sending and receiving of request parameters
猜你喜欢

TP5 multi condition sorting
![[concurrent programming] thread foundation and sharing between threads](/img/26/60fbfe65b186867a3b1cb58d481226.jpg)
[concurrent programming] thread foundation and sharing between threads

状态压缩DP AcWing 91. 最短Hamilton路径

Debug debugging - Visual Studio 2022

Graphics_ Games101/202 learning notes

Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
![[concurrent programming] Table hopping and blocking queue](/img/b7/023991a00956e469af855e7a81e126.jpg)
[concurrent programming] Table hopping and blocking queue

Redux - learning notes

Alibaba canaladmin deployment and canal cluster Ha Construction

Alibaba canal actual combat
随机推荐
Development experience and experience
Collection interface
Unity learning notes
Campus lost and found platform based on SSM, source code, database script, project import and operation video tutorial, Thesis Writing Tutorial
[rust notes] 02 ownership
樹形DP AcWing 285. 沒有上司的舞會
Downward compatibility and upward compatibility
XPath实现XML文档的查询
[concurrent programming] concurrent security
Sending and receiving of request parameters
[rust notes] 13 iterator (Part 1)
Redis cluster series 4
PHP mnemonic code full text 400 words to extract the first letter of each Chinese character
【Rust 笔记】10-操作符重载
Life cycle of Servlet
[concurrent programming] thread foundation and sharing between threads
Log4j2 vulnerability recurrence and analysis
Unity interactive water ripple post-treatment
[concurrent programming] atomic operation CAS
[rust notes] 05 error handling