What is the command to check ports active in UNIX?
Answer Posted / 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 |
Post New Answer View All Answers
What is the use of finger command?
What is $0 bash?
How do I find previous commands in unix?
How do I run a whois command?
Is there a way to erase all files in the current directory, including all its sub-directories, using only one command?
What is the command to view process running?
What is ‘ps’ command for?
What is the use of egrep command in unix?
What do chmod, chown, chgrp commands do?
Which command is used to kill the last background job?
Explain command to show the space allocation of files?
What do know about tee command?
What is the function of grep command in unix?
What is grep r?
What happens when we execute a unix command?