Linux ip: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 15: | Line 15: | ||
</pre> | </pre> | ||
==Show | ==Show Details for a Specific Network Interface== | ||
<pre> | <pre> | ||
ip addr show dev eth0 | 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 Details for a Specific Network Interface
ip addr show dev eth0