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

Interview Question 20 : What are kernel parameters and why to set them ?

What are Kernel Parameters? Kernel parameters are tunable settings of the operating system kernel (the core part of Linux/UNIX that manage...