95-udev-late.rules
来自「在Linux2.6内核下的udev文件系统的源码」· RULES 代码 · 共 19 行
RULES
19 行
# /etc/udev/rules/95-udev-late.rules: device naming rules for udev## Gentoo specific rules## There are a number of modifiers that are allowed to be used in some of the# fields. See the udev man page for a full description of them.## Try not to modify this file, if you wish to change things, create a new rule# file that can be run before this one.## Activate our network if we canSUBSYSTEM=="net", ACTION=="add", RUN+="net.sh %k start"SUBSYSTEM=="net", ACTION=="remove", RUN+="net.sh %k stop"# event to be catched by udevmonitorRUN+="socket:/org/kernel/udev/monitor"
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?