Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

Explain process management system calls in linux?

0 Answers  


diff b/w spinlock, seamaphores and mutex and where to use it.

2 Answers   Intel,


what is stored in /proc ? what is significance of /proc in linux ?

3 Answers   NetApp,


what is nis server

13 Answers  


What is the use of proc structure?

2 Answers   NetApp,


how to configure ftp server on redhat linux?

9 Answers   Infosys,


what are the different ways the Linux can swich from User Space to Kernel Space & vice-versa ?

2 Answers   NetApp,


what is segmentation fault?

11 Answers   AdTel, NetApp,


linux system its not booting up its showing groub error what i need to do?

4 Answers   Wipro,


what are different ways the context switch happens from user to kernel space or vice-versa ?

0 Answers   Alcatel,


What are system calls used for process management in linux?

0 Answers  


What is atomic function / atomic variable ?

1 Answers   Broadcom,


Categories