1. 程式人生 > >linux 檢視網絡卡以及開啟網絡卡

linux 檢視網絡卡以及開啟網絡卡

檢視網絡卡個數:

ifconfig -a 



啟動網絡卡:ifup enp0s8


如果不行請手動新增網絡卡

vim /etc/network/interfaces




然後儲存  重新啟動 ifup enp0s8

再次檢視ifconfig即可