InterviewSolution
Saved Bookmarks
| 1. |
What Command Can You Use To Enable An Ethernet Network Interface That Has Already Been Configured? |
|
Answer» To enable already configured INTERFACE use IFCONFIG [interface] up command. For EXAMPLE to up eth0 interface use FOLLOWING command. #Ifconfig eth0 up To enable already configured interface use Ifconfig [interface] up command. For example to up eth0 interface use following command. #Ifconfig eth0 up |
|