Update cheatsheets

This commit is contained in:
ivuorinen
2026-03-12 00:23:31 +00:00
parent 78c884f69c
commit 766aeda03f
3 changed files with 47 additions and 5 deletions

View File

@@ -16,11 +16,11 @@ source: https://github.com/tldr-pages/tldr.git
`ifdata -e {{eth0}}`
- [p]rint the IPv4 [a]dress and the [n]etmask of the specified interface:
- [p]rint the IPv4 [a]ddress and the [n]etmask of the specified interface:
`ifdata -pa -pn {{eth0}}`
- [p]rint the [N]etwork adress, the [b]roadcast adress, and the [m]TU of the specified interface:
- [p]rint the [N]etwork address, the [b]roadcast adress, and the [m]TU of the specified interface:
`ifdata -pN -pb -pm {{eth0}}`