ubuntu查看網絡狀態及基本配置的方法:
1.使用【ctrl+alt+T】快捷鍵打開終端。
2.可通過以下命令來查看以及配置網絡。
apt-get update //獲取程序更新信息apt install net-tools //安裝網絡工具組件ifconfig //查看網絡基本信息ifconfig 網卡名 down //關閉使用中的網卡ifconfig 網卡名 up //打開使用中的網卡ifconfig 網卡名 IP地址 //更改當前的IP地址
apt-get update //獲取程序更新信息
apt install net-tools //安裝網絡工具組件
ifconfig //查看網絡基本信息
ifconfig 網卡名 down //關閉使用中的網卡
ifconfig 網卡名 up //打開使用中的網卡
ifconfig 網卡名 IP地址 //更改當前的IP地址
億速云公眾號
手機網站二維碼
Copyright ? Yisu Cloud Ltd. All Rights Reserved. 2018 版權所有
廣州億速云計算有限公司粵ICP備17096448號-1 粵公網安備 44010402001142號增值電信業務經營許可證編號:B1-20181529