What is the command to check ports active in UNIX?

Answers were Sorted based on User's Feedback



What is the command to check ports active in UNIX?..

Answer / manimaran

netstat -a | grep port no.

this will list down all the host which are connected to the particular port

Is This Answer Correct ?    5 Yes 0 No

What is the command to check ports active in UNIX?..

Answer / prat

just ping IP:port
or telnet

Is This Answer Correct ?    10 Yes 10 No

What is the command to check ports active in UNIX?..

Answer / mudassar

netstat -nlp
or
netstat -nlp |grep processname

Is This Answer Correct ?    1 Yes 1 No

What is the command to check ports active in UNIX?..

Answer / nikhil singh

stty

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix Commands Interview Questions

Explain ‘system calls’ with respect to unix commands?

0 Answers  


What are file commands?

0 Answers  


What is the difference between AWK and SED commands? Plz give example and explain...

3 Answers   RBS,


What is .sh file?

0 Answers  


How to identify whether a file is normal file or directory?

3 Answers  






What is unix command line?

0 Answers  


What are bash commands?

0 Answers  


Where LOG fiels resides in AIX and pls tel me how to remove the log file

6 Answers   Vestas,


Explain command to display different lines that are found when compare two files?

0 Answers  


What is the search command in unix?

0 Answers  


What do know about tee command and its usage?

0 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


Categories