Skip to content

Networking Processes

This page is a pointer to networking commands and process inspection notes.

What To Check

  • Which process is listening on the port.
  • Whether the process is bound to the expected interface.
  • Whether the connection is blocked by a firewall or routing issue.

Useful Commands

ss -tulpn
netstat -tulpn
ps aux
lsof -i