Cmd Generator

netstat

Print network connections.

netstat

Examples

# Show all connections
netstat -a

# Show listening TCP
netstat -ltn

# Show with program names
netstat -tlnp

# Show routing table
netstat -r

# Show interfaces
netstat -i

Sponsors