#TIL : List opening ports or listening UNIX sockets


21 Feb 2018 / by KhanhIceTea

In Linux, you can use netstat to list all opening ports and listening UNIX sockets

$ sudo netstat -npl

Tip to remember command : network statistics - natual languge processing

;)


Sound good ?