-1

If i have not defined my own set of udev rules what will be the default udev rules and how can I know them. Consider this question in the context of dynamically registered character driver.

Thanks

user1395806
  • 145
  • 1
  • 4
  • 15

1 Answers1

2

You can find the default udev rules in /lib/udev/rules.d/ but you may also want to check /etc/udev/rules.d/ and /run/udev/rules.d/ also for your specific distro.

I pulled this info directly from man 7 udev