bash ifconfig code example
Example 1: ifconfig command not found
sudo apt-get install net-tools or sudo ifconfig
Example 2: install ifconfig on ubuntu
apt-get update
apt-get install net-tools
sudo apt-get install net-tools or sudo ifconfig
apt-get update
apt-get install net-tools