For the complete documentation index, see llms.txt. This page is also available as Markdown.

list open port

$ sudo netstat -atp tcp| grep -i listen

or

$ sudo lsof -i -P | grep -i listen

Last updated