Update cheatsheets

This commit is contained in:
ivuorinen
2025-10-21 00:19:51 +00:00
parent c3f5e8d7ab
commit 8d00ec1c41
29 changed files with 728 additions and 15 deletions

25
tldr/linux/ip-netconf Normal file
View File

@@ -0,0 +1,25 @@
---
syntax: markdown
tags: [tldr, linux]
source: https://github.com/tldr-pages/tldr.git
---
# ip netconf
> Display configuration parameters.
> More information: <https://manned.org/ip-netconf>.
- Show network configuration for all interfaces:
`ip {{[netc|netconf]}}`
- Show network configuration for a specific interface:
`ip {{[netc|netconf]}} {{[s|show]}} dev {{network_interface}}`
- Show only IPv4 network configuration:
`ip -4 {{[netc|netconf]}}`
- Show only IPv6 network configuration:
`ip -6 {{[netc|netconf]}}`