Monday, May 6, 2024

How to check port is open or not in Linux?

 
Check port is open or not in Linux 


curl -v telnet://92.154.243.54:1521


telnet 92.154.243.54 1521

No comments:

Post a Comment

What is the Windows / Linux Filesystem limits ?

 Windows / Linux  Filesystem limits Windows: use NTFS for OS / general-purpose / broad compatibility ; use ReFS for large data volumes, H...