
ifconfig Command - GeeksforGeeks
Jul 11, 2025 · ifconfig (interface configuration) command is used to configure the kernel-resident network interfaces. It is used at the boot time to set up the interfaces as necessary. After that, …
Linux ifconfig Command Explained - phoenixNAP
Dec 11, 2025 · Even though ifconfig has limited capabilities compared to ip, the command is still commonly used to configure a network interface in Linux. This tutorial will teach you how to …
Install ifconfig on Linux and Use 'ip' Command
Oct 11, 2024 · Learn how to install and use the deprecated ifconfig command on Linux, and explore its replacement, the 'ip' command, for network configurations.
15 Useful "ifconfig" Commands to Configure Network in Linux
Jul 24, 2023 · This article covers "15 Useful ifconfig Commands" with their practical examples, which might be helpful in managing and configuring network interfaces in Linux.
ifconfig (8) - Linux manual page - man7.org
Ifconfig is used to configure the kernel-resident network interfaces. It is used at boot time to set up interfaces as necessary. After that, it is usually only needed when debugging or when system …
ifconfig Man Page - Linux - SS64.com
If no arguments are given, ifconfig displays the status of the currently active interfaces. If a single interface argument is given, it displays the status of the given interface only; if a single -a …
Linux ifconfig Command: A Comprehensive Guide - linuxvox.com
Dec 12, 2025 · This guide will demystify `ifconfig`, covering its purpose, installation, syntax, common use cases, and limitations. By the end, you’ll be equipped to wield `ifconfig` …
Linux Ifconfig Command - Computer Hope
Jun 1, 2025 · You can use ifconfig to change the status of a network interface from inactive to active, or vice versa. To enable an inactive interface, provide ifconfig with the interface name …
How to Use ifconfig Command in Linux (with examples)
Mar 8, 2024 · This guide provides an in-depth look at ifconfig, including how to use it to set IP addresses, enable/disable interfaces, and troubleshoot network issues, complete with practical …
Linux ifconfig Command | Linuxize
Jun 28, 2021 · ifconfig is a network management tool, used to configure and view the status of the network interfaces in Linux