Linux ip: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
<pre> | <pre> | ||
ip addr show | ip addr show | ||
</pre> | |||
==Show A Network Interface Details== | |||
<pre> | |||
ip addr show dev eth0 | |||
</pre> | </pre> |
Revision as of 05:48, 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
Show A Network Interface Details
ip addr show dev eth0