Created
May 17, 2024 20:51
-
-
Save Apsu/e733442003a9de55a69507699426dbc0 to your computer and use it in GitHub Desktop.
iproute
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
# Abbreviations | |
### | |
a(ddr) | |
l(ink) | |
r(oute) | |
n(eighbor) | |
ru(le) | |
net(ns) | |
xxx a(dd) | |
xxx s(et) | |
xxx d(elete) | |
xxx sh(ow) | |
xxx f(lush) | |
### | |
# Flags | |
### | |
-4 (ipv4) | |
-6 (ipv6) | |
-c (color) | |
-s [-s] (stats) | |
-d (device info) | |
-br (brief) | |
-j (json) | |
-o (oneline) | |
### | |
# Example | |
### | |
ip -c -br a |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment