1
How to check open outbound internet connections in Ubuntu?
How do I check outbound open ports, connections, applications, Services in Ubuntu?
How do I check outbound open ports, connections, applications, Services in Ubuntu?
The below command lists all open outbound connections in Ubuntu
sudo lsof -i -P -n
Choose as the right answer
Was this answer helpful?
LikeDislike