what happens when we do insmod & rmmod in Linux Device Drivers ?
Answers were Sorted based on User's Feedback
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 |
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 |
What do fork() internally call?
what is iptabe on redhat linux?
I would like to know whether Simado and Setu products are they EPBX or not ?
what is sudo on linux?
what are the backup utilites on red hat linux 4.0?
what is stored in /proc ? what is significance of /proc in linux ?
what is stored at /lib/modules ?
What is the Diffrent between Redhat linux And suse linux
linux system its not booting up its showing groub error what i need to do?
what is the difference between user APIs and kernel system calls ?
what is bus trap.
diff b/w spinlock, seamaphores and mutex and where to use it.