Linux System Calls Question:
Download Questions PDF

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

Answer:

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

Download Linux System Calls Interview Questions And Answers PDF

Previous QuestionNext Question
How to get microseconds of system time from Redhat Linux 4.0?What kind of information the Linux driver modules (.ko ) files has?