LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   what the difference between insmod and modprobe (https://www.linuxquestions.org/questions/linux-server-73/what-the-difference-between-insmod-and-modprobe-4175417603/)

jsaravana87 07-19-2012 09:03 AM

what the difference between insmod and modprobe
 
Hi all

I tried to install external module in linux kernel using insmod and modprobe .I tried out both the command line to add the module in linux kernel. But i could not find the exact difference between two commands differes each others

TB0ne 07-19-2012 09:07 AM

Quote:

Originally Posted by arun5002 (Post 4732735)
Hi all
I tried to install external module in linux kernel using insmod and modprobe .I tried out both the command line to add the module in linux kernel. But i could not find the exact difference between two commands differes each others

Then type in "man insmod" and "man modprobe", and read the differences. The insmod command will only let you insert a module...modprobe can do other things. Also, insmod is (from what I remember), being deprecated.


All times are GMT -5. The time now is 12:33 PM.