LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   modprobe or insmod (https://www.linuxquestions.org/questions/linux-newbie-8/modprobe-or-insmod-157552/)

agts 03-14-2004 12:44 PM

modprobe or insmod
 
Hi,

What is the difference between modprobe and insmod.?:)

Tinkster 03-14-2004 12:50 PM

diff `man modprobe` `man insmod`
Not literally, though ;}

Cheers,
Tink

lyle_s 03-14-2004 01:18 PM

modprobe is meant to be a user-friendly interface for loading and unloading kernel modules. For instance, modprobe will automatically load any modules that the one you're loading depends on.

insmod is a low level interface--modprobe calls insmod.

Lyle


All times are GMT -5. The time now is 04:10 AM.