sysfs 网络接口中的 ctrl 是什么?

sysfs 网络接口中的 ctrl 是什么?

cat /sys/devices/platform/macb/net/eth0/ctrl输出是 43,每次我想读的时候这个数字都会改变。

我知道sysfs是从内核导出到用户空间的虚拟文件系统。我想知道这些数字是什么?


编辑:我正在使用 Linux 内核 3.10.105,它是我使用的 Busybox Unix 工具。

下面是网络接口目录的 ls。

ls /sys/devices/platform/macb/net/eth0/
addr_assign_type  broadcast         dev_id            duplex            ifindex           macb-ffffffff     netdev_group      speed             tx_queue_len
addr_len          carrier           device            flags             iflink            macb-ffffffff:00  operstate         statistics        type
address           ctrl              dormant           ifalias           link_mode         mtu               queues            subsystem         uevent

相关内容