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