Linux System Calls Question:
Download Job Interview Questions and Answers 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
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 Question | Next Question |
How to get microseconds of system time from Redhat Linux 4.0? | What kind of information the Linux driver modules (.ko ) files has? |