⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 19-udev-ifrename.rules

📁 wireless tools, 目前的最新版
💻 RULES
字号:
# udev rules to properly integrate ifrename.# Renaming is done using /etc/iftab, with full ifrename functionality.# Require udev version 107 or later.# Please double check the path to ifrename, and make sure its available# when udev runs (i.e. on boot partition).# Enable this rule to test with udevtest.#ENV{UDEV_LOG}=="6", SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -D -V -u -i %k", NAME:="%k"# Main ifrename rule.# If interface is found in /etc/iftab, subsequent rename rules are bypassed.# If interface is not found in /etc/iftab, subsequent rename rules applies.SUBSYSTEM=="net", ACTION=="add", IMPORT="/sbin/ifrename -u -i %k", NAME:="%k"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -