list open port
2017-03-16 ::
( 1 minutes reading )
list open port
$ sudo netstat -atp tcp| grep -i listen
or
$ sudo lsof -i -P | grep -i listen
comments powered by Disqus
$ sudo netstat -atp tcp| grep -i listen
or
$ sudo lsof -i -P | grep -i listen
comments powered by Disqus