mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 06:22:07 +02:00
ip: add brief listing examples (#4352)
This commit is contained in:
parent
5265ed31b3
commit
34bd24fc7b
1 changed files with 11 additions and 3 deletions
|
@ -4,15 +4,23 @@
|
|||
|
||||
- List interfaces with detailed info:
|
||||
|
||||
`ip a`
|
||||
`ip address`
|
||||
|
||||
- List interfaces with brief network layer info:
|
||||
|
||||
`ip -brief address`
|
||||
|
||||
- List interfaces with brief link layer info:
|
||||
|
||||
`ip -brief link`
|
||||
|
||||
- Display the routing table:
|
||||
|
||||
`ip r`
|
||||
`ip route`
|
||||
|
||||
- Show neighbors (ARP table):
|
||||
|
||||
`ip n`
|
||||
`ip neighbour`
|
||||
|
||||
- Make an interface up/down:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue