201-450 LPIC-2 Exam 201

Loading demo links...

Showing 7–9 of 10 questions

Question 7 (System Startup)

During booting, when the Linux kernel loads an initramfs file, which command from the initramfs will be executed first, if present?

Select an option, then click Submit answer.

  • /init

  • /initrd

  • /linuxrc

  • /rc.local

  • /sbin/init

Question 8 (Mix Questions Main Set)

Which command is used to install a GRUB boot loader into the master boot record?

Select an option, then click Submit answer.

  • grub-install

  • grub-mkconfig

  • grub-install-mbr

  • grub-glue-mbr

  • grub-mbr-setup

Question 9 (Linux Kernel)

What is a key difference between a zImage and bzImage kernel image?

Select an option, then click Submit answer.

  • zImage is compressed using gzip, bzImage is compressed using bzip2.

  • zImage is for 2.6 series kernels, bzImage is for 3.x series kernels.

  • zImage is limited to 64k, bzImage has no such restriction.

  • zImage gets loaded completely into low memory. bzImage will load into high memory once low memory is full.