Multiple choice general knowledge science & technology

Linux kernel allows to insert/remove kernel modules without reboot??

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The Linux kernel supports dynamic loading and unloading of kernel modules through commands like insmod, modprobe, and rmmod. This feature allows system administrators to add hardware drivers or filesystem support without requiring a system reboot. It's a fundamental feature that makes Linux highly adaptable for different use cases.