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 default signal kill in unix?

8 Answers   IBM,


when we installing aix os the ssh installed default?

2 Answers  


how will you convert a general file to a hidden file?

4 Answers  


what is the use of nice command?

4 Answers  


Give command that will make the file "run.sh" executable?

10 Answers   IBM,






Is there any command in Unix, other than:ls, to list the files in a directory? The answer will be highly appreciated...

27 Answers   CGI,


What command a user use to view a long text file one page at a time in UNIX?

8 Answers   IBM,


How does the system know where one command ends and another begins?

0 Answers  


What does the metacharacter mean?

0 Answers  


How to create hardlinks and softlinks on files?

2 Answers  


What is pid?

4 Answers  


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

10 Answers  


Categories