Linux kernel allows to insert/remove kernel modules without reboot??
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.