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

Answers were Sorted based on User's Feedback



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

Answer / guest

At time of insmod required o's brings in ram or updated the
kernen with the perticular device driver. At the time of
rmmod removes the o's by kmod it kills the process and
refresh the kernel.

Is This Answer Correct ?    12 Yes 6 No

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

Answer / rulingminds

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

see www.rulingminds.com/modprogpart1 &
www.rulingminds.com/modprogpart2

for in depth explanation of the Linux module programming

Is This Answer Correct ?    5 Yes 3 No

Post New Answer

More Linux System Calls Interview Questions

Port number is already in use .. how to fix for apache..?

1 Answers   Google,


what is stored at /lib/modules ?

2 Answers   NetApp,


What are the signals we have in Linux

3 Answers   HCL, NetApp,


how to configure http server on red hat linux4.0?

5 Answers   IBM,


what is the difference between user APIs and kernel system calls ?

1 Answers   NetApp,






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

2 Answers  


What is the use of proc structure?

2 Answers   NetApp,


how to configure sendmail server on red hat linux version 4 and what and all we Require?

3 Answers   Wipro,


what is sudo on linux?

3 Answers   IBM,


How to get microseconds of system time from Redhat Linux 4.0

2 Answers  


Explain process management system calls in linux?

0 Answers  


what is cups and how to configure?

7 Answers   IBM,


Categories