What is the name of the Kernel configuration file?
CORRECT TEXT
What is the name of the Kernel configuration file? Type just the filename.
Lsmod shows information about:
Lsmod shows information about:
With insmod, the paths listed in /etc/modules.conf over…
With insmod, the paths listed in /etc/modules.conf override the paths defined in MODPATH.
insmod tries to link a module into the running kernel b…
insmod tries to link a module into the running kernel by resolving all symbols obtained from:
Which of the following commands installs a loadable mod…
Which of the following commands installs a loadable module in the running kernel?
What option of the insmod command can you use to force …
What option of the insmod command can you use to force the loading of module even if problems
are encountered?
Which of the following commands loads the module file i…
Which of the following commands loads the module file into the kernel and changes any symbols that are defined on the command line?
What command option of depmod allows you to print a lis…
What command option of depmod allows you to print a list of all unresolved symbols?
which of the following lines in one of the files in /et…
The normal use of depmod is to include which of the following lines in one of the files in /etc/rc.d
so the correct module dependencies will be available after booting the system?
Which of the following correctly describe the relations…
Which of the following correctly describe the relationship between depmod and modprobe?