A kernel that can have modules loaded and unloaded at runtime is referred to as a _________ kernel.
- modular
- dynamic
- monolithic
- micro
A kernel that can have modules loaded and unloaded at runtime is referred to as a "modular" kernel. In a modular kernel, certain functionality can be added or removed via loadable kernel modules, making it more flexible and efficient.
Loading...
Related Quiz
- You've been tasked to lockdown a specific application on an Ubuntu server. You decide to use a tool that restricts programs to a limited set of resources. Which tool would you primarily utilize?
- Which special variable in a shell script represents the script's name?
- In Bash, the ________ construct allows you to execute a specific block of code repeatedly as long as a certain condition is true.
- When a script is not behaving as expected, you can add the _________ option at the top of the script to display each command before it's executed.
- Docker primarily deals with which kind of virtualization?