wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

XK0-004 - Chapter 7

Total questions: 10

Worksheet time: 20mins

Name
Class
Date
1.
QUESTION 139 A systems administrator wants to mount an ISO to access its content. Using /mnt as a mount point, which of the following is the correct syntax?
a)
A. mount -o iso9660 /dev/sr0 /mnt
b)
B. mount -o loop -t iso /mnt
c)
C. mount -o loop /tmp/image.iso /mnt
d)
D. mount -o loop /dev/kvm /mnt
2.

QUESTION 154 On a UEFI-based system, which of the following invokes GRUB2 from the EFI command prompt?

a)

A. boot/efi/EFI/grub2.efi

b)

B. EFI/grub2.efi

c)

C. /boot/EFI/grub2.efi

d)

D. /grub2.efi

3.

QUESTION 170 During the final step of staging new Linux hardware, GRUB2 is installed to the system drive. Which of the following BEST describes the role of GRUB2 in a new Linux installation?

a)

A. It provides a menu for creating administrator task shortcuts.

b)

B. It provides a menu for running special shell scripts.

c)

C. It provides a method to partition a hard drive.

d)

D. It provides a method to pass parameters to the Linux kernel on startup.

4.
QUESTION 42 Which of the following will provide a list of all flash, external, internal, and SSD drives?
a)
A. lspci
b)
B. lsmod
c)
C. lsblk
d)
D. lsusb
5.
QUESTION 53 Which of the following is the purpose of the vmlinux file on a Linux system?
a)
A. To prevent a Linux kernel panic
b)
B. To start a Linux virtual machine
c)
C. To provide the executable kernel for the system
d)
D. To enable resource access to the network
e)
D. If log files fill up /var, it might corrupt the database.
6.

QUESTION 7 Which of the following can be used to boot a DVD from a remote device to initialize a Linux system setup on bare metal hardware as if it is a local DVD?

a)

A. UEFI

b)

B. PXE

c)

C. NFS

d)

D. GRUB

7.
QUESTION 74 Which of the following is the template for the grub.cfg file?
a)
A. /etc/default/grub
b)
B. /etc/grub2.cfg
c)
C. /etc/sysct1.conf
d)
D. /boot/efi
8.
QUESTION 76 A Linux storage administrator wants to create a logical volume group. Which of the following commands is required to start the process?
a)
A. pvcreate
b)
B. vgcreate
c)
C. lvcreate
d)
D. mkfs.xfs
9.

QUESTION 80 Which of the following is modified to reconfigure the boot environment?

a)

A. grub-mkconfig

b)

B. grub.cfg

c)

C. update-grub

d)

D. grub2-mkconfig

10.
QUESTION 87 An administrator is tasked with increasing the size of the volume /dev/vg/lv to 20GB. Which of the following BEST illustrates the steps the administrator should take?
a)
A. vgextend -L20G /dev/vg/lv; resizelv /dev/vg/lv
b)
B. parted -L20G /dev/vg/lv; remount /dev/vg/lv
c)
C. mkfs -L20G /dev/vg/lv; tune2fs /dev/vg/lv
d)
D. lvextend -L20G /dev/vg/lv; resize2fs /dev/vg/lv