LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Own IP address (https://www.linuxquestions.org/questions/linux-newbie-8/own-ip-address-236605/)

Skills 09-29-2004 07:43 AM

Own IP address
 
Whats the command for finding my own ip address?

Thx!

mouse46 09-29-2004 07:46 AM

dont know about command line

but...what is my ip?

mirradric 09-29-2004 08:02 AM

ifconfig should give you the ip addresses of your interfaces.
If you are a non-root user, /sbin is probably not in your path.

Code:

bash$ifconfig
should show you all interfaces that are up.

Code:

bash$ ifconfig -a
should show you all configured interfaces

finally,

Code:

bash$ man ifconfig
will show you how to use ifconfig


All times are GMT -5. The time now is 10:48 AM.