Etiket: Linux

  • How to reload udev rules without reboot?

    Udev uses the inotify mechanism to watch for changes in the rules directory, in both the library and in the local configuration trees (typically located at /lib/udev/rules.d and /etc/udev/rules.d). So most of the time you don’t need to do anything when you change a rules file. The udev rules are only applied when a device…