How can we find listineing ports in a machine?



How can we find listineing ports in a machine?..

Answer / Vikas Agarwal

You can use various command-line tools such as netstat, lsof or ss to find the listening ports on a Unix/Linux machine. For example, 'netstat -an | grep LISTEN' will display all the listening ports.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Weblogic Interview Questions

How to change from default JVM to other ?

1 Answers  


What is the standard way to create threads, do initialization, etc. Within the application server? : BEA Weblogic

1 Answers  


If configured multicast, which error is occurred..?

1 Answers  


Can we deploy jar in weblogic?

1 Answers  


What are the classes placed in the weblogic classpath?

1 Answers  


How to configure a DB connection pool ?

1 Answers  


suppose you changed a admin password.in which other file you have to update after this

2 Answers  


A stateful session bean implementing the sessionsynchronization interface is deployed on the weblogic server. Which of the callback methods may be invoked on the bean? : BEA Weblogic

1 Answers  


what is struck threadump?

3 Answers  


what is heart beat in weblogic

4 Answers   HCL, TEN,


Are there c/c++ interfaces to wls jms? : BEA Weblogic

1 Answers  


How do I do http tunneling? : BEA Weblogic

1 Answers  


Categories