What is the command to check ports active in UNIX?
Answers were Sorted based on User's Feedback
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 |
Answer / mudassar
netstat -nlp
or
netstat -nlp |grep processname
Is This Answer Correct ? | 1 Yes | 1 No |
Is command prompt unix?
What is the difference between pipe and xargs?
How to see unused port number in Solaris?
Why is awk called awk?
What is the general format of unix command syntax?
How to display no of records in oracle using unix command?
What do know about tee command and its usage?
What is .sh file?
How to create hardlinks and softlinks on files?
What are grep patterns?
What is Unix, and how does it differ from other operating systems?
What does the metacharacter mean?