From 89fbbe9587dc1717e03d23fc04f4d08e6ae2fbbf Mon Sep 17 00:00:00 2001 From: zeus Date: Sun, 6 Sep 2020 00:00:04 +0300 Subject: [PATCH] ifconfig --- llllllllllllllllll/intro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llllllllllllllllll/intro b/llllllllllllllllll/intro index de1ebad..ba1d3e1 100644 --- a/llllllllllllllllll/intro +++ b/llllllllllllllllll/intro @@ -16,7 +16,7 @@ ifconfig [source,bash] ---- -eth0 Link encap:Ethernet *HWaddr* 09:00:12:90:e3:e5 // <1> +eth0 Link encap:Ethernet *HWaddr* 09:00:12:90:e3:e5 // <1> inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0 inet6 addr: fe80::a00:27ff:fe70:e3f5/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 @@ -35,7 +35,7 @@ lo Link encap:Local Loopback // <2> RX bytes:7766 (7.5 KiB) TX bytes:7766 (7.5 KiB) ---- <1> *HWaddr* This is your MAC address ->1> *eth0* is the first Ethernet interface. (Additional Ethernet interfaces would be named *eth1,* *eth2,* etc.) This type of interface is usually a NIC connected to the network by a category 5 cable. +<1> *eth0* is the first Ethernet interface. (Additional Ethernet interfaces would be named *eth1,* *eth2,* etc.) This type of interface is usually a NIC connected to the network by a category 5 cable. <2> *lo* is the loopback interface. This is a special network interface that the system uses to communicate with itself.