IP and VIP listing


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers IP and VIP listing
# 1  
Old 01-16-2008
IP and VIP listing

Its been some time since I've logged on to a Unix system and I've forgotten the command which I need to use to obtain:

a list of IPs and VIPs for the host server I've logged on to.

What is this command? By the way, what command will yield a display of the IP addresses given a host name?
# 2  
Old 01-16-2008
Quote:
Originally Posted by ivanachukapawn
Its been some time since I've logged on to a Unix system and I've forgotten the command which I need to use to obtain:

a list of IPs and VIPs for the host server I've logged on to.

What is this command?
try ifconfig or /sbin/ifconfig

Quote:
Originally Posted by ivanachukapawn
By the way, what command will yield a display of the IP addresses given a host name?
nslookup
 
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

[Solved] How to remove listing of current user cmd from ps -ef listing?

Hi All, Could you please help to resolve my following issues: Problem Description: Suppose my user name is "MI90". i.e. $USER = MI90 when i run below command, i get all the processes running on the system containing name MQ. ps -ef | grep MQ But sometimes it lists... (8 Replies)
Discussion started by: KDMishra
8 Replies

2. UNIX for Dummies Questions & Answers

Recursive directory listing without listing files

Does any one know how to get a recursive directory listing in long format (showing owner, group, permission etc) without listing the files contained in the directories. The following command also shows the files but I only want to see the directories. ls -lrtR * (4 Replies)
Discussion started by: psingh
4 Replies
Login or Register to Ask a Question