$ 0 0 NOTE: Each correct answer would give you 5 point.What advantages does GRUB offer over LILO boot loader?It enables you to boot multiple operating systemsIt enables you to permanently change GRUB conf file by adjusting boot parametersIt enables you to use password protectionIt doesnot supports LBA modeWhich GRUB command do you use to configure a GRUB root partition without mounting it?chainloaderinitrdrootrootnoverifyWhat does root refer in the GRUB context?The / directoryThe /boot directoryThe menu interface configuration fileThe root userIn the GRUB configuration file, which command do you use to group the commands to load an OSdefaulthiddenmenutimeouttitleWhat is the name of the image created in memory at runtime for shared library with namelddld.solibrary.alibrary.soWhat does ldconfig utility enable you to do?Configure shared librariesCreate hard links to shared librariesSpecifiy name conventions for library filesSpecify the maximum number of files in a libraryWhich field do you modify in the Makefile to indicate a change to the generic kernel?EXTRAVERSIONNAMESUBLEVELVERSIONWhich kernel configuration option includes options for firewalls and IP masquerading?FilesystemsNetwork device supportProcessor type and featuresSoundIn which directory is the default configuration file for the kernel located?/kernel/config/usr/src/usr/src/linux/etcWhich command do you enter to enable a new kernel to load and upload all required modules?make configmake installmake modules_installmake modulesIdentify the command that displays all currently loaded modulesdepmodlsmodmodinfomodprobeIdentify the rmmod option that outputs all messages to the syslog file instead of to the console.-a-o-r-sWhich command do you use to load a module manually?insmodlsmodmodinformmodIn which sequence do you issue commands during the kernel compilation process for a 2.4 kernel?make clean, make bzImage, make dep, make modules, make modules_installmake dep, make bzImage, make clean, make modules, make modules_installmake dep, make clean, make bzImage, make modules, make modules_install make modules, make bzImage, make dep, make clean, make modules_installWhich command do you enter to import settings from a previous kernel version into recent version?make oldconfigmenuconfig oldconfignconfig oldconfigxconfig oldconfigIf you are in the /usr/src/linux dir. Which commands do you use to check which libraries are installed?ls -l librarycd /src/linux/Documentationls -l /lib/libc*ls -l /linuxIdentify the directory that contains all the modules required for different file system types.blockfsmiscnetWhich command do you use to copy and rename a compressed kernel image file to the /boot partition?cat /usr/src/linux/arch/i386/bzImage /boot/vmlinuz-2.6.14p3cp -p /usr/linux/arch/i386/bzImage /boot/vmlinuz-2.6.14p3cp -p /usr/src/linux/arch/i386/bzImage /boot/vmlinuz-2.6.14p3 move /usr/src/linux/arch/i386/bzImage /boot/vmlinuz-2.6.14p3Identify the command that provides a description of the megaraid module.modinfo -a megaraid modinfo -d megaraidmodinfo -p megaraid modinfo -v megaraidIdentify the command that builds a database of dependent modules.depmodlsmodmodinfomodprobe