Linux ip: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
<tt>ip</tt> is the Linux command to show and manipulate routing, devices, policy routing and tunnels. | <tt>ip</tt> is the Linux command to show and manipulate routing, devices, policy routing and tunnels. | ||
=Usage Examples= | |||
==Show All Network Interfaces and their Details== | |||
<pre> | |||
ip addr show | |||
</pre> |
Revision as of 05:45, 5 January 2016
Internal
Overview
ip is the Linux command to show and manipulate routing, devices, policy routing and tunnels.
Usage Examples
Show All Network Interfaces and their Details
ip addr show