Sunday, September 23, 2012

Raspberry PI - how to find out IP address

A reader writes:

> How do I determine the IP address of my Pi? 

In a shell type:

     $ ifconfig

If you type

     $ apropos something

it will list all applicable commands, i.e.

    $ apropos network

it would have listed ifconfig (but it might not have been obvious that
ifconfig with no argument will display the current network interface
conditions without changing anything). For detail on any command

    $ man ifconfig

will display the manual page.



Eric Pierce VA3EP - See the Disclaimer in the Introduction

© Eric Pierce and "VA3EP Amateur Radio And Other Geek Pursuits", 1952-2099. Unauthorized use and/or duplication of this material without express and written permission from this blog’s author and/or owner is strictly prohibited. Excerpts and links may be used, provided that full and clear credit is given to Eric Pierce and "VA3EP Amateur Radio And Other Geek Pursuits", with appropriate and specific direction to the original content.

No comments:

Post a Comment