Saturday, November 10, 2012

Find open/active ports on Linux Server

command: #netstat -t -l -n
-t  = List TCP only
-l  = List ports opened as listening end points only
-n = Display numeric port numbers (don’t display service names)

No comments: