list open port
$ sudo netstat -atp tcp| grep -i listenor
$ sudo lsof -i -P | grep -i listenLast updated
Was this helpful?
$ sudo netstat -atp tcp| grep -i listenor
$ sudo lsof -i -P | grep -i listenLast updated
Was this helpful?
Was this helpful?