Show all connection
netstat -na
Sort by port
$(netstat -an | grep :${port} | sort)
Last updated 4 years ago
Was this helpful?