Answers

Question and Answer:

  Home  Linux System Calls

⟩ What happens when we do insmod & rmmod in Linux Device Drivers?

insmod: insmod is a tool used to attach a module to the

running linux kernel. This will take the kernel object(.ko)

and takes all executable code and data sections of the .ko

and attach it to the running linux kernel.

rmmod: used to remove or deattach a module code from the

running kernel

 127 views

More Questions for you: