listening ports on server

  1. K

    Command to check listening ports on server

    You can use netstat command for command line network utility which helps to display network connections. To check listening ports you can use below commands: netstat --listen lsof –i
Top