Where I can find /sbin/hotplug in my kernel source
- by Rahul
I am reading hotplug events. And I want to enable automatic loading unloading module, when a new device is added.
For that I read that kernel does it using /sbin/hotplug script, but I am not able to find it in my source code, can someone help me out where can I find it?
Also when I tried to do cat /proc/sys/kernel/hotplug
there is nothing coming in output, I am running the same kernel which I downloaded and built.