No of visitors who read this post:
255
Category:
Linux Distributions
Type:
Question
Author:
Anonymous
I am new in Linux operating system ,How can I find IP address in Linux Operating system by using shell command?
- Login or Signup Now to post comments

The best way to look up your Linux IP address if you are new to Linux is by utilizing the bash shell command. By typing the ‘ifconfig’ command you will get useful data such as the IP address and its corresponding mac address, the subnet mask and other handy information too. The best way to look up your Linux IP address is by utilizing the bash shell command. By typing the ‘ifconfig’ command you receive useful data such as the IP address and its corresponding mac address, the subnet mask and other handy information too.
Here's the code:
This will give you the IP address, in order to get the mac address then refer to the code below.
I believe that this will help you out,should you need further assistance i suggest you visit http://www.linuxjournal.com.