iam working in solaris and configured my messaging server to port 82 ,i want to know how to check if this port is listening .......i tried netstat -anp |grep 82 it jus gave me prompt again didnt understand any help would be great thank you in advance san
On Linux grepping for the port number can fail if the port has an entry in /etc/services, such as "http". Thus you want to either search by service name or force numeric port display.
I believe that "netstat -ln" will do it for you.
Customer surveys are for companies who didn't pay proper attention to begin with.
Thank you for your response,iam working as root ,i will try these things. i ahve tried and iam getting the prompt normally ,does this mean the port is listening???the telent to the port looks like a good idea will see if i can do that thank you soo much san ch