From 8c47960bc0dbaad67160501c993692ed130f0a8a Mon Sep 17 00:00:00 2001 From: Xingyu Wang Date: Sat, 6 Jun 2020 22:34:48 +0800 Subject: [PATCH] PUB @wxy https://linux.cn/article-12290-1.html --- ...nipulate an Ethernet Card Using the ethtool Command.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) rename {translated/tech => published}/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md (97%) diff --git a/translated/tech/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md b/published/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md similarity index 97% rename from translated/tech/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md rename to published/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md index 2b6d9fc526..faf7eb196d 100644 --- a/translated/tech/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md +++ b/published/20200525 How to Manipulate an Ethernet Card Using the ethtool Command.md @@ -1,15 +1,17 @@ [#]: collector: (lujun9972) [#]: translator: (wxy) [#]: reviewer: (wxy) -[#]: publisher: ( ) -[#]: url: ( ) +[#]: publisher: (wxy) +[#]: url: (https://linux.cn/article-12290-1.html) [#]: subject: (How to Manipulate an Ethernet Card Using the ethtool Command) [#]: via: (https://www.2daygeek.com/linux-ethtool-command-view-change-ethernet-adapter-settings-nic-card/) [#]: author: (Magesh Maruthamuthu https://www.2daygeek.com/author/magesh/) -如何使用 ethtool 命令管理以太网卡? +如何使用 ethtool 命令管理以太网卡 ====== +![](https://img.linux.net.cn/data/attachment/album/202006/06/223359syh8n37luz8hhllh.jpg) + `ethtool` 用于查看和修改网络设备(尤其是有线以太网设备)的驱动参数和硬件设置。你可以根据需要更改以太网卡的参数,包括自动协商、速度、双工和局域网唤醒等参数。通过对以太网卡的配置,你的计算机可以通过网络有效地进行通信。该工具提供了许多关于接驳到你的 Linux 系统的以太网设备的信息。 在这篇文章中,我们将告诉你如何更改以下的参数以及如何查看这些参数。这篇文章将帮助你在 Linux 系统中排除与以太网卡相关的问题。