what is command for find out the ip add and port no. of the
machine in UNIX?

Answers were Sorted based on User's Feedback



what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / srinivas

ifconfig

Is This Answer Correct ?    16 Yes 4 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / king

You can get the server address/ip in 2 ways

1. ifconfig -a
2. netstat -in

Is This Answer Correct ?    13 Yes 2 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / guest

ifconfig

Is This Answer Correct ?    11 Yes 3 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / chand

hi,
YOu can put ipconfig that 'll show ur ip address and
adapter info and DNS,Gateways all the things related to ur
local machine .

If u want more info on this server address u can put
ipconfig /all command so that u can get all the required
info .

Is This Answer Correct ?    7 Yes 2 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / sujeeth

ifconfig ------- To know the IP Address in Unix Machine
netstat -a ----- To know the all port numbers in Unix
machine

Is This Answer Correct ?    5 Yes 0 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / udaya

It is ifconfig -a (Unix) guys and not ipconfig (only for
windows)

Port -- netstat -an|grep port

Is This Answer Correct ?    4 Yes 0 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / 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

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / harikrishna.a

hi,
hostname -i for ip address

cat /etc/services for which application is running on which
port no.

Is This Answer Correct ?    1 Yes 0 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / syed

it is hostname -i for ip address
and for port it is
netstat -an|grep port "shows the mentioned port is available or busy"
or
netstat -a list out all the ports

Is This Answer Correct ?    0 Yes 0 No

what is command for find out the ip add and port no. of the machine in UNIX?..

Answer / sreeman

thanks King

Is This Answer Correct ?    2 Yes 4 No

Post New Answer

More Weblogic Interview Questions

How should I use sorted queues? : BEA Weblogic

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection? : BEA Weblogic

0 Answers  


Is There Any Possibility For Starting Managed Server During The Absence Of Administrator Server ?

0 Answers  


What is the max amount of information that can be saved in a session object?

0 Answers  


What are the different modules of wlst? Explain?

0 Answers  






Why did the messaging bridge fail to connect to the source bridge destination? : BEA Weblogic

0 Answers  


Can We Start A Managed Server If The Administration Server Is Unavailable ?

0 Answers  


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

2 Answers  


1. What is clustering? How do weblogic instances communicate in a clustered environment! 2. In a cluster, if one of the servers has issues and is not accessible, will the other servers know about it? and how??

6 Answers  


List components of jndi?

0 Answers  


What is the function of managedconnection.addconnectioneventlistener() in web logic server?

0 Answers  


What is the sla in prd,qa,dev.?

0 Answers  


Categories