Home / Programming MCQs / Linux MCQs / Question

J

Jatin Dubey • 3.72K Points
Extraordinary

Q. Which is loaded into memory at system startup?

(A) Kernel
(B) Shell
(C) Commands
(D) Script
Explanation by: Jatin Dubey
The kernel (but not its modules) will be loaded into memory. If there are modules that the kernel will need before the file systems are available (this usually means drivers and devices), these modules will be in initramfs (in memory) and the kernel will load them from there. Other modules can be loaded later from the file system.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.