Answers for "ifconfig not found"

4

ifconfig command not found

sudo apt-get install net-tools or sudo ifconfig
Posted by: Guest on October-08-2020
3

linux install ifconfig

apt-get install net-tools
Posted by: Guest on March-23-2020
0

ifconfig not found ubuntu

#installation
$ sudo apt install net-tools

#Then use it
$ ifconfig
Posted by: Guest on November-07-2020
1

ifconfig not found

sudo yum install net-tools
Posted by: Guest on January-06-2021
0

ifconfig not foound

// Ubuntu
sudo apt-get install net-tools
Posted by: Guest on August-10-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language