filmov
tv
How To install Missing ifconfig Command on Linux
Показать описание
In this tutorial, you will see how to install ifconfig command on Debian based and Red Hat based Linux
ifconfig (short for interface config) is a system administration utility in Unix-like operating systems for network interface configuration.
apt update ; apt install net-tools -y
ifconfig
ifconfig -V
ifconfig --help
Red Hat based distros: - dnf update ; dnf install net-tools -y
ifconfig
ifconfig (short for interface config) is a system administration utility in Unix-like operating systems for network interface configuration.
apt update ; apt install net-tools -y
ifconfig
ifconfig -V
ifconfig --help
Red Hat based distros: - dnf update ; dnf install net-tools -y
ifconfig