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 |
What is the unix command to confirm a remote host is alive or not?
What is the use of the tee command?
what do you understand bythe term 'de-mountable volumes'?
can we use cat command as an editor ..???
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?
What is a bash command?
What does find command return in unix?
What is the use of tee command?
What is updatedb?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
How does the user view the contents of a text file in UNIX?
what is virtual machine?