1
0
Fork 0
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:
Eckl, Máté 2020-10-06 13:12:54 +02:00 committed by GitHub
parent 5265ed31b3
commit 34bd24fc7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,15 +4,23 @@
- List interfaces with detailed info: - 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: - Display the routing table:
`ip r` `ip route`
- Show neighbors (ARP table): - Show neighbors (ARP table):
`ip n` `ip neighbour`
- Make an interface up/down: - Make an interface up/down: