![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| Security Discuss UNIX and Linux computer and network security, cybersecurity, cyberattacks, IT security, CISSP, OWASP and more. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| domain linux server, open ports? | ccfc1986 | IP Networking | 1 | 06-23-2008 08:53 AM |
| Script to automatically check ports in shell? | arsonist | Shell Programming and Scripting | 4 | 05-13-2008 08:37 PM |
| Check open ports every ... | MorchiuS | Shell Programming and Scripting | 2 | 08-03-2005 04:17 PM |
| check inbound traffic on ports | sunoracle | IP Networking | 2 | 03-18-2002 04:34 PM |
| check inbound traffic on ports | sunoracle | UNIX for Advanced & Expert Users | 1 | 03-18-2002 03:17 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
check ports on server
Hi All,
I've been using this to verify if ports is open on a server. For example I would like to check port 5887, "telnet ip.of.server 5887" using on dos. If there's response on it then I can say it's open, if not then it's close. Is that assumption accurate? Thanks for any comments you may add. |
|
||||
|
netstat is usually best to use but lsof also shows similar info
ie. lsof -i | grep port# |
| Sponsored Links | ||
|
|