Tuesday, February 18, 2020

check port is open or not in linux



check port is open 
=========================


[oracle@localhost admin]$ nc -v 192.168.1.108 1521
Connection to 192.168.1.108 1521 port [tcp/ncube-lm] succeeded!
[oracle@localhost admin]$
[oracle@localhost admin]$

No comments:

Post a Comment

Git & GitHub Interview Questions & Answers

  Git & GitHub Interview Questions & Answers 🧑‍💻🌐   1️⃣ What is Git?   A: Git is a distributed version control system to track ...