3 Ways to fix ifconfig command not found in Linux
The “ifconfig: command not found” error typically means that the ifconfig binary is not installed or the path of the binary file is not under the $PATH. So we can use the following 3 ways to fix this issue. …

