How do you check the port is open or not in linux?
Answer Posted / Asheesh Kumar Pandey
You can use the 'netcat' (nc) command to check if a port is open. For example, 'nc -zv hostname portnumber' tests if the port is reachable.
Post New Answer View All Answers
What is the latest version of linux?
1019
How do I search for files containing specific text in linux?
817
What is the latest linux kernel?
1023