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

Is command prompt unix?

0 Answers  


What is the difference between pipe and xargs?

2 Answers   Amazon, CTS,


How to see unused port number in Solaris?

2 Answers   HCL,


Why is awk called awk?

0 Answers  


What is the general format of unix command syntax?

2 Answers  


How to display no of records in oracle using unix command?

0 Answers  


What do know about tee command and its usage?

0 Answers  


What is .sh file?

0 Answers  


How to create hardlinks and softlinks on files?

2 Answers  


What are grep patterns?

0 Answers  


What is Unix, and how does it differ from other operating systems?

2 Answers  


What does the metacharacter mean?

0 Answers  


Categories