Where I can find /sbin/hotplug in my kernel source

Posted by Rahul on Ask Ubuntu See other posts from Ask Ubuntu or by Rahul
Published on 2014-03-20T15:02:31Z Indexed on 2014/06/06 3:41 UTC
Read the original article Hit count: 155

Filed under:
|

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.

© Ask Ubuntu or respective owner

Related posts about kernel

Related posts about compiling