Subject: IfConfig -- Get IP Address on Unix / Linux
Author: Linux
Posted on: 03/13/2012 02:11:47 PM
To get the ip address of the box on Unix / Linux system, you can do it like this:
$ /sbin/ifconfig
If the command is not found, like
bash: ifconfig: command not found, you can always use the command
'whereis' for help.
$ whereis ifconfig
References: