LPI
201-450 · Question #236
Which of the following command sequences can be used to extract files contained in a initramfs file (/boot/initramfs) which is used by the kernel at boot time?
The correct answer is B. cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd. You've hit your weekly limit · resets 5am (America/New_York)
202 Linux Kernel
Question
Which of the following command sequences can be used to extract files contained in a initramfs file (/boot/initramfs) which is used by the kernel at boot time?
Options
- Acp /boot/initramfs /tmp/initramfs.gz; gzip -c /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
- Bcp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
- Ccp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o
- Dcp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd
- Ecp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o
How the community answered
(17 responses)- A6% (1)
- B71% (12)
- C18% (3)
- E6% (1)
Explanation
You've hit your weekly limit · resets 5am (America/New_York)
Topics
#initramfs#cpio#gunzip#boot image extraction
Community Discussion
No community discussion yet for this question.