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 |
Explain ‘system calls’ with respect to unix commands?
What are file commands?
What is the difference between AWK and SED commands? Plz give example and explain...
What is .sh file?
How to identify whether a file is normal file or directory?
What is unix command line?
What are bash commands?
Where LOG fiels resides in AIX and pls tel me how to remove the log file
Explain command to display different lines that are found when compare two files?
What is the search command in unix?
What do know about tee command and its usage?
Briefly, how do you install Oracle software on UNIX.