Saravana's Musings
Tuesday, June 13, 2017
port opened in your machine
Check whether a specific port is opened on your machine:
You can make use of "netstat -tuplen"
# netstat -tuplen
For example, httpd (apache) server listens @ 80 port
# netstat -tuplen | grep httpd
tcp6 0 0 :::80 :::* LISTEN 0 269550 15610/httpd
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment