What is a key difference between a zImage and bzImage kernel image?
Correct Answer:
D
What keyword is missing in the following line from /etc/fstab in order to make a USB flash device writeable by the user fred when mounted:
/dev/sda1 /mnt/usbflash vfat defaults,users, _____ =fred,umask=022, 0 0 (Provide the option name only without any settings)
Solution:
uid
Does this meet the goal?
Correct Answer:
A
How is the source code for the main Linux kernel modules distributed?
Correct Answer:
A
After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?
Solution:
make modules_install, modules_install
Does this meet the goal?
Correct Answer:
A
In the following output from top, which processes contribute to the percentage of time that the CPU spends in the state of wa?
Tasks: 193 total, 1 running, 190 sleeping, 2 stopped, 0 zombie
Cpu(s): 0.5%us, 0.3%sy, 0.0%ni, 98.2%id, 1.0%wa, 0.0%hi, 0.0%si, 0.0%st
Correct Answer:
D