Which of the following commands can be used to access the content of a ramdisk file (/boot/initrd) used by the kernel at boot time?

Which of the following commands can be used to access the content of a ramdisk file (/boot/initrd) used by the kernel at boot time?
A. cp /boot/initrd /tmp/initrd.gz; gunzip initrd.gz; mount /tmp/initrd /mnt/
B. mount /boot/initrd /mnt/ -o loop; cat /mnt
C. mkintird -d /boot/initrd; mount /boot/initrd /mnt/ -o loop
D. cp /boot/initrd /tmp/initrd.gz; gunzip initrd.gz; mount /tmp/initrd /mnt/ -o loop
E. cp /boot/initrd /tmp/initrd.gz; mount /tmp/initrd /mnt/ -o loop

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.