⚠ 本文最後更新於 2015-04-18(11 年前),部分內容可能已過時。
Ubuntu or Debian安裝指令
sudo apt-get install ethtool
Fedora, CentOS or RedHat安裝指令
sudo yum install ethtool
查詢eth0的網卡相關參數
sudo ethtool eth0
查詢eth0的網卡軔體版本及支援
ethtool -i eth0
查詢出廠默認MAC地址
ethtool -P eth0
Ubuntu or Debian安裝指令
sudo apt-get install ethtool
Fedora, CentOS or RedHat安裝指令
sudo yum install ethtool
查詢eth0的網卡相關參數
sudo ethtool eth0
查詢eth0的網卡軔體版本及支援
ethtool -i eth0
查詢出廠默認MAC地址
ethtool -P eth0
發佈留言