ifconfig command
Ifconfig command :- Whenever we connect one computer to another computer or other device, then we need IP address. And every computer has a network interface card and we assign IP address to this card. With the help of this command, it is used to give IP address and netmask to the network interface and enable or disable the network interface, so let us see how to do all this. What is enabling or disabling a network interface? Allowing the data to be received over the network or sent over the network is called enabling interface, on the contrary, the process is called disabling. Syntax: ifconfig [options] [interface] 1. How to view network interface card information ? Syntax: $ifconfig -a With the help of -a (--all) option, ifconfig displays all network interfaces whether enabled or disabled. In the picture you can see that there are three network interfaces eth0,lo and wlan0. Above red line in wlan0 is written UP in flags=4163<UP, BROAD...