What Process is using a Port on Linux
From Cramsession
✍️ Verified Author: Mflavell • Click 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