What file represents the linux kernel?
-
/linux
-
/vmlinuz
-
/boot/kernel
-
/boot/linux
B
Correct answer
Explanation
The Linux kernel is represented by /vmlinuz or /boot/vmlinuz (vmlinuz = virtual memory LINUx gZip). This is the compressed kernel image file that the bootloader loads. The other options (/linux, /boot/kernel, /boot/linux) are not standard kernel file paths in Linux distributions.