Ip: Difference between revisions

From Psygen Wiki
Jump to navigation Jump to search
(Created page with "ip manages IP addresses and such (replaces ifconfig... more or less) == References: == <ol> <li>[http://man.he.net/?topic=ip&section=all ip man page]</li> </ol>")
 
No edit summary
 
Line 1: Line 1:
ip manages IP addresses and such (replaces ifconfig... more or less)
ip assigns and manages IP addresses (replaces ifconfig... more or less)
 
<code>ip addr</code> lists all IP addresses on all network interfaces


== References: ==
== References: ==
Line 5: Line 7:
<ol>
<ol>
     <li>[http://man.he.net/?topic=ip&section=all ip man page]</li>
     <li>[http://man.he.net/?topic=ip&section=all ip man page]</li>
    <li>[https://www.cyberciti.biz/faq/linux-ip-command-examples-usage-syntax/ Linux IP Command Examples]</li>
</ol>
</ol>

Latest revision as of 03:19, 21 December 2016

ip assigns and manages IP addresses (replaces ifconfig... more or less)

ip addr lists all IP addresses on all network interfaces

References:

  1. ip man page
  2. Linux IP Command Examples