

If you want to dump all the effective configuration from the config directory then you need to use modprobe -c command as shown below. Example 2: How to dump all the module Configuration using modprobe command in Linux version : Show version of program and exit. As you can see from below output, current version is 20. If you want to check the modprobe command version, then you need to use modprobe -version command as shown below. Modprobe Īlso Read: 20 Useful Linux History Command Examples | Bash Command HistoryĮxample 1: How to check modprobe command version We will see all the important examples of modprobe command in Linux/Unix as we go through below. In those cases, modprobe command can become very handy. But there are times when you need to load or remove the modules manually.

Usually modprobe command is used in combination with lsmod and modinfo commands.Īt the System Level, generally you don't have to load the modules manually, it will loaded on demand by udev (device manager). Being a Linux professional you must be aware of the tools that can be used to view, install and remove kernel and other system modules. modprobe is an open source command line tool used for adding and removing modules in Linux/Unix. In this article, I will take you through 10 Useful Linux/Unix modprobe command examples.
