Ethtool is a standard Linux tool to view, set, and change Ethernet adapter settings.
ethtool <-option> <interface>
You can view settings without root permission. For example:
- To identify the current configuration settings for the
interface:
ethtool <interface>
- To show driver information for the
interface:
ethtool -i <interface>
Root permission is required to configure the adapter.