View

See which process is bound to a port with isof and netstat.

isof -i -P | grep :<port>
netstat -nlt | grep <port>
netstat -tulpn
Updated: 2026 Aug 19