首頁 > 專題清單 > linux重啟網卡指令
linux重啟網卡的指令有:1、ifdown/ifup指令,ifdown用來停止指定網路卡的網路連接,ifup用來啟動指定網路卡的網路連接;2、systemctl指令,systemctl restart network用來重啟網路服務;3、 service指令,service network restart用於重啟網路服務;4、ip指令,ip link set<網卡名稱>down等。
15359次學習
19527次學習
76926次學習
5803次學習