insmod and rmmod in Linux Device Drivers
What happens while we do insmod & rmmod in Linux Device Drivers?
Expert
insmod: It is a tool used to attach a module to the running linux kernel. It will take the kernel object(.ko) and takes all of the executable code and data sections of the .ko and attach it to the running linux kernel.
rmmod: utilized to remove or deattach a module code from the running kernel
Normal 0 false false
please provide detail answers for the assignment
18,76,764
1924403 Asked
3,689
Active Tutors
1453357
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!