You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/posts/linux/Der Linux ip-Befehl_ Umfassende Anleitung .de.md
+21-21Lines changed: 21 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,13 +27,13 @@ Der `ip`-Befehl ist das zentrale Werkzeug zur Netzwerkkonfiguration unter Linux
27
27
28
28
## Was ist der ip-Befehl?
29
29
30
-
Der `ip`-Befehl ist ein vielseitiges Netzwerkkonfigurationstool aus der iproute2-Sammlung, das ursprünglich von Alexey Kuznetsov entwickelt und heute von Stephen Hemminger gepflegt wird[^1][^2]. Es nutzt die Linux Netlink-Schnittstelle für die direkte Kommunikation mit dem Kernel und bietet damit erweiterte Funktionalitäten, die mit den klassischen net-tools nicht verfügbar sind[^3][^4].
30
+
Der `ip`-Befehl ist ein vielseitiges Netzwerkkonfigurationstool aus der iproute2-Sammlung, das ursprünglich von Alexey Kuznetsov entwickelt und heute von Stephen Hemminger gepflegt wird. Es nutzt die Linux Netlink-Schnittstelle für die direkte Kommunikation mit dem Kernel und bietet damit erweiterte Funktionalitäten, die mit den klassischen net-tools nicht verfügbar sind.
31
31
32
32
## Grundlegende Syntax und Struktur des IP-Befehl
33
33
34
34
### Allgemeine Syntax
35
35
36
-
Die grundlegende Syntax des `ip`-Befehls folgt diesem Schema[^5][^6][^7]:
36
+
Die grundlegende Syntax des `ip`-Befehls folgt diesem Schema:
37
37
38
38
```
39
39
ip [OPTIONEN] OBJEKT {BEFEHL | help}
@@ -50,20 +50,20 @@ Dabei stehen die einzelnen Komponenten für:
Copy file name to clipboardExpand all lines: content/posts/linux/Der Linux ip-Befehl_ Umfassende Anleitung .en.md
+20-20Lines changed: 20 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ keywords:
24
24
## The modern Linux IP command for network configuration under Linux
25
25
The `ip` command is the central tool for network configuration under Linux and has established itself as a modern replacement for outdated commands such as `ifconfig`, `route`, and `arp`. As part of the iproute2 collection, it provides a unified interface for all aspects of network management and is available by default in all modern Linux distributions.
26
26
## What is the ip command?
27
-
The `ip` command is a versatile network configuration tool from the iproute2 collection, originally developed by Alexey Kuznetsov and now maintained by Stephen Hemminger[^1].[^2]. It uses the Linux Netlink interface for direct communication with the kernel, providing advanced functionality not available with the classic net tools[^3][^4].
27
+
The `ip` command is a versatile network configuration tool from the iproute2 collection, originally developed by Alexey Kuznetsov and now maintained by Stephen Hemminger. It uses the Linux Netlink interface for direct communication with the kernel, providing advanced functionality not available with the classic net tools.
28
28
## Basic syntax and structure of the IP command
29
29
### General syntax
30
-
The basic syntax of the `ip` command follows this pattern[^5][^6][^7]:
30
+
The basic syntax of the `ip` command follows this pattern:
31
31
```
32
32
ip [OPTIONS] OBJECT {COMMAND | help}
33
33
```
@@ -39,17 +39,17 @@ The individual components stand for:
0 commit comments