Linux Process Monitoring/Show process IDs using port

Show owners of a TCP or UDP port.

Section: Ports and Socket Monitoring

Show process IDs using port

bash
bash
fuser -v 5432/tcp
Explanation

Show owners of a TCP or UDP port.

Learn the surrounding workflow

Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.

Related commands

Same sheet · prioritizing Ports and Socket Monitoring
Show process using port
Find which process uses a local port.
OpenIn sheetbashsame section
Show all TCP/UDP sockets with process info
List listening and connected sockets with owning processes.
OpenIn sheetbashsame section
Show established TCP connections
Inspect established connections and owning processes.
OpenIn sheetbashsame section
Launch top
Open the classic realtime process viewer.
pidstat all processes
Sample process activity every second for five intervals.
Show memory map for PID
Display a process memory map with sizes and permissions.