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

What does mkdir up2date; touch outdated up2date do?

2 Answers  


Name the unix command to find how many days the server has been up.

0 Answers  


which command is used to stop a running process in unix?

8 Answers  


Which mode is used for allowing file write,read and append mode?

9 Answers   BitWise, TM,


A file has 1000 lines and i want to display only 1st line how to do it? pls ..tel me

7 Answers   CTS,






What is the difference between awk and grep?

0 Answers  


How do you find out all processes that are currently running in UNIX OS?

10 Answers  


What is the use of finger command?

0 Answers  


In vi editor how do you execute unix commands?

10 Answers  


What is .sh file?

0 Answers  


Briefly, how do you install Oracle software on UNIX.

2 Answers  


distinguish between physical addresses and logical address?

3 Answers   Infosys,


Categories