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 file system hierarchy?
how to find the 51th record of a file containing 100 records in unix.
What is grep short for?
How do I use grep to find a file?
distinguish between user mode and kernel mode?
What is used to type command?
what is the command to get help on a UNIX terminal?
What is in grep command?
What is awk used for?
Which command should you use to find the remaining disk space in unix server?
How to display a file name which has zero bytes in size.
What is shrinking file system in AIX where it actually resides?