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.
Loading...
Related Quiz
- Which file in Linux is used to set the hostname and the order in which the system resolves addresses?
- In SSH, the private key should be kept secure and the ________ key is added to the server for authentication.
- What command is used to display the contents of a file in Linux?
- For an SSH server, the main configuration file is found at /etc/ssh/________.
- The _________ utility is used to create, grow, shrink, and repair ext2, ext3, and ext4 file systems.