In which directory is the Linux kernel documentation be found?
In which directory is the Linux kernel documentation be found?
When configuring a new kernel, what file under /usr/src/linux/ contains the configuration?
When configuring a new kernel, what file under /usr/src/linux/ contains the configuration?
What command can an ordinary (non-root) user use to mount a floppy disk in this system?
Consider the following /etc/fstab file:
/dev/hda1 swap swap defaults 0 0
/dev/hda2 / ext2 defaults 1 1
/dev/hda3 /home ext2 defaults 1 2
none /proc proc defaults 0 0
/dev/fd0 /media/floppy vfat user,noauto 0 0
What command can an ordinary (non-root) user use to mount a floppy disk in this system? (Please enter the command
with all parameters and/or options)
What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available
What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?
Your newly-compiled kernel can not find any modules it needs to load. What command was missed when compiling a
Your newly-compiled kernel can not find any modules it needs to load. What command was missed when compiling and installing the kernel?
which make target will only update the configuration file for the new kernel version?
A new kernel version needs to be compiled to use a new feature. If the old kernel configuration file is available, which make target will only update the configuration file for the new kernel version?
(Please enter only the make target.)
Which configuration file should be modified, to set this kernel parameter permanently?
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? Please enter the complete path to the file.
Which program can be used to adjust the DMA settings of an IDE hard drive?
Which program can be used to adjust the DMA settings of an IDE hard drive? Please enter it without path, parameters or arguments
Which e2fsck option is used to automatically repair an ext2 filesystem?
Which e2fsck option is used to automatically repair an ext2 filesystem?