hotplugd.rules
来自「在Linux2.6内核下的udev文件系统的源码」· RULES 代码 · 共 9 行
RULES
9 行
# do not call hotplug.d and dev.d for "drivers" and "module" eventsSUBSYSTEM=="drivers", OPTIONS="last_rule"SUBSYSTEM=="module", OPTIONS="last_rule"# compatibility support for the obsolete hotplug.d and dev.d directoriesRUN+="udev_run_hotplugd $env{SUBSYSTEM}"RUN+="udev_run_devd $env{SUBSYSTEM}"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?