What Process is using a Port on Linux: Difference between revisions

From Cramsession
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials
(Created page with "Tech Notes > Linux > What Process is using a Port on Linux For a specific port: netstat -tulpn | grep ''''port''' For everything: netstat -tulpn")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
For a specific port:
For a specific port:


  netstat -tulpn | grep ''''port'''
  netstat -tulpn | grep ''port''





Latest revision as of 20:33, 20 May 2025

Tech Notes > Linux > What Process is using a Port on Linux

For a specific port:

netstat -tulpn | grep port


For everything:

netstat -tulpn