Multiple choice technology operating systems

What file represents the linux kernel?

  1. /linux

  2. /vmlinuz

  3. /boot/kernel

  4. /boot/linux

Reveal answer Fill a bubble to check yourself
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.