What Process is using a Port on Linux: Difference between revisions
From Cramsession
Jump to navigationJump to search
✍️ Verified Author: Mflavell • Click to view professional profile & credentials
No edit summary |
No edit summary |
||
| Line 3: | Line 3: | ||
For a specific port: | For a specific port: | ||
netstat -tulpn | grep | 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