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
Print network connections.
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