Before compiling a modular kernel, you need to install the kernel-headers and kernel-source packages. In which directory are these files typically located?

Choose the correct answer

Explanation

Kernel header files and source code required for building modules are usually found in the /usr/src/linux directory. This location contains the necessary files for kernel compilation and module development.

Before compiling a modular kernel, you need to insta… — Basic of linux unix | PakQuizHub