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
why metadb requires a seperate slice to create Solaris volume manager
What does find command return in unix?
What does awk stand for?
Explain the terms ‘system calls’ and ‘library functions’ with respect to unix commands?
Who wrote grep?
What is “chmod” command?
What does 'mkdir' command do in UNIX?
Why is shebang used?
What does grep v grep do?
Write a command that will find all text files in a directory such that it does not contain the word "amazing" in any form (that is, it must include the words amazing, amazing, or amazing)?
What does the “echo” command do?
What is unix command?
What does #!/ Bin sh do?
What do chmod command do?
Differentiate cat command from more command.