What Process is using a Port on Linux

From Cramsession
Revision as of 20:33, 20 May 2025 by Mflavell (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
✍️ Verified Author: MflavellClick to view professional profile & credentials

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

For a specific port:

netstat -tulpn | grep port


For everything:

netstat -tulpn