What Process is using a Port on Linux

From Cramsession
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