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 do you understand by 'unix is a portable os'?

3 Answers   Infosys,


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

0 Answers  


What is the functions of zambie process?

3 Answers  


How do you create a file in UNIX

36 Answers   Accenture, EMG, Nokia, QA, TD,


Write a command to find all of the files which have been accessed within the last 30 days.

14 Answers   Cisco,






What is the pipe command?

0 Answers  


Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?

0 Answers  


How to know a process is a zombie or orphan process?

3 Answers   Perot Systems,


what is the use of wild cards?

2 Answers  


Which Command is Used for temprary switch User?

5 Answers   BitWise, IBM,


How to add content of one file into another file at the beginning

12 Answers  


What's a command word?

0 Answers  


Categories