All listening sockets lsof
List every TCP listener with PID, no name resolution; modern: ss -ltnp
lsof -nP -iTCP -sTCP:LISTEN
more lsof
all 19 commands →
List every TCP listener with PID, no name resolution; modern: ss -ltnp
lsof -nP -iTCP -sTCP:LISTEN