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 is the unix command to confirm a remote host is alive or not?

1 Answers  


What is the use of the tee command?

1 Answers  


what do you understand bythe term 'de-mountable volumes'?

2 Answers   Infosys,


can we use cat command as an editor ..???

12 Answers   TCS,


How to set sticky bit, or it have any seperate directory to create sticky bit in sunfir servers. Please help me , i don't no the exact answer?

4 Answers   HCL, Wipro,


What is a bash command?

1 Answers  


What does find command return in unix?

1 Answers  


What is the use of tee command?

1 Answers  


What is updatedb?

1 Answers  


Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?

1 Answers  


How does the user view the contents of a text file in UNIX?

9 Answers   IBM,


what is virtual machine?

2 Answers   Infosys,


Categories