Skip to content

Commit 0918310

Browse files
Update System_Configuration.md
1 parent 218a9f4 commit 0918310

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

DFIR/Digital Forensics/Linux/System_Configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ iface eth0 inet static
3131
- The auto lo and subsequent lines configure the loopback interface, which is used for local communication within the system.
3232
- The auto eth0 and subsequent lines configure the primary network interface, eth0, with a static IP address (192.168.1.100), netmask (255.255.255.0), and gateway (192.168.1.1).
3333

34-
34+
## ip addr show
35+
The command "ip address show" (or its shorthand "ip a") is a powerful tool used in Linux systems to display information about network interfaces and their associated IP addresses. It provides detailed information about the networking configuration of the system.
3536

3637

3738

0 commit comments

Comments
 (0)