what is command for find out the ip add and port no. of the
machine in UNIX?
Answer Posted / satish
netstat -a this will show you all the used ports and free
ports ..by this we can came to know which port is free and
which post is listerning.
to know particular port is used or not just use netstat
followed by port no
| Is This Answer Correct ? | 5 Yes | 2 No |
Post New Answer View All Answers
What is bootup process?
How to change from default JVM to other ?
How to check the version of Java?
What Is Boot.proerties File In Weblogic Server ?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
Does weblogic jms support clustering? : BEA Weblogic
How will a single machine run multiple web logic server instances?
How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic
How many ways to start and stop weblogic servers?
How Can Port Number Be Checked ?
What is meant by gc, prallel gc, full gc and explain it?
What is mulicast in weblogic?
How do I restrict access to servlets and jsps? : BEA Weblogic
How do clients handle dns requests to failed servers?
What are class paths?