当前位置:网站首页>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
边栏推荐
- Arbre DP acwing 285. Un bal sans patron.
- [redis] redis persistent RDB vs AOF (source code)
- Monotonic stack -84 The largest rectangle in the histogram
- [rust note] 10 operator overloading
- How to place the parameters of the controller in the view after encountering the input textarea tag in the TP framework
- PHP mnemonic code full text 400 words to extract the first letter of each Chinese character
- Life cycle of Servlet
- Talking about: is the HashSet set ordered or disordered /hashset set unique, why can we store elements with the same content
- [concurrent programming] synchronization container, concurrent container, blocking queue, double ended queue and work secret
- C language file reading and writing
猜你喜欢

Gif remove blank frame frame number adjustment

Graphics_ Learnopongl learning notes

Deeply understand the underlying data structure of MySQL index
![[RPC] RPC remote procedure call](/img/dc/872204ea47fcff04cdb72e18a2a4ef.jpg)
[RPC] RPC remote procedure call

Debug debugging - Visual Studio 2022

Arbre DP acwing 285. Un bal sans patron.

Markdown learning

樹形DP AcWing 285. 沒有上司的舞會

Facial expression recognition based on pytorch convolution -- graduation project

Unity Editor Extension - drag and drop
随机推荐
Talking about: is the HashSet set ordered or disordered /hashset set unique, why can we store elements with the same content
Unity editor expansion - window, sub window, menu, right-click menu (context menu)
Final review of Database Principles
Unity learning notes
Redux - learning notes
[rust notes] 13 iterator (Part 1)
Binary to decimal, decimal to binary
MySQL three logs
Monotonic stack -42 Connect rainwater
使用dlv分析golang进程cpu占用高问题
【Rust 笔记】08-枚举与模式
PHP function date (), y-m-d h:i:s in English case
Mortgage Calculator
PHP mnemonic code full text 400 words to extract the first letter of each Chinese character
UE4 source code reading_ Mobile synchronization
php public private protected
数据库原理期末复习
Debug debugging - Visual Studio 2022
Vscode, idea, VIM development tool shortcut keys
[concurrent programming] concurrent tool class of thread