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 versio...
Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)
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 config...
How can the kernel parameter for the maximum size of the shared memory segment (shmmax) be changed to 2GB (2147483648 Bytes) on a running system? (Choose TWO correct answers.)
A. Edit /etc/shmmax a...
A database application requires a maximum shared memory segment (shmmax) of 2GB (2147483648 Bytes). Which configuration file should be modified to set this kernel parameter permanently? (Specify the f...
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?
A. cp /boot/initramfs /tmp/initramfs....
On a server running the 3.4.50-11 Linux kernel, which file in the /boot directory contains the kernel configuration parameters?
A. config-linux-3.4.50-11
B. config-3.4.50-11
C. system-3.4.50-11
...
What is the purpose of the command udevadm monitor?
A. It listens to kernel events produced by a udev rule and print information to the console.
B. It monitors the /dev directory for new devices....