1.
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
2.
In the following output, what is the 5 minute load average for the system?
# uptime
12:10:05 up 18 days, 19:00, 2 users, load averagE. 0.47, 24.71, 35.31
3.
In the following output, the load averages represent the system load averages for what time frames?
# uptime
12:10:05 up 18 days, 19:00, 2 users, load averagE. 0.47, 24.71, 35.31
4.
Which of the following commands will provide the PIDs of the processes sorted by which are using the most CPU cycles on the Linux system?
5.
Which command will report information on memory usage, paging and block input/output?
6.
What is a key difference between a zImage and bzImage kernel image?
7.
CORRECT TEXT According to the Filesystem Hierarchy Standard (FHS), what is the path to the Linux kernel source and may be a symbolic link to the real Linux source code? (Please specify the full path with no version information.)
8.
Which of the following command sequences can be used to extract files contained in a initramfs file (/boot/initramfs) which is used by the kernel at boot time?
9.
CORRECT TEXT A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target creates a configuration file for the new kernel based on the configuration of the old kernel?
10.
CORRECT TEXT After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?