CompTIA Linux+ (XK0-004) — Question 24
Which of the following is the purpose of the vmlinux file on a Linux system?
Answer options
- A. To prevent a Linux kernel panic
- B. To start a Linux virtual machine
- C. To provide the executable kernel for the system
- D. To enable resource access to the network
Correct answer: C
Explanation
The vmlinux file contains the compiled Linux kernel and serves as the executable kernel for the system, making option C the correct choice. The other options refer to functions that are not associated with the vmlinux file, such as preventing kernel panics, starting virtual machines, or enabling network access.