Which command is used to load kernel modules manually?

  • modprobe
  • insmod
  • depmod
  • lsmod
The correct command to load kernel modules manually is insmod. This command allows you to insert a kernel module into the running kernel. It's used when you want to load a specific module into the kernel, and it doesn't handle module dependencies automatically.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *