New Year Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free LPI 201-450 Practice Exam with Questions & Answers | Set: 3

Questions 21

After configuring a new kernel, what file under /usr/src/linux/ contains the configuration?

Options:
LPI 201-450 Premium Access
Questions 22

What is the purpose of the command udevadm monitor?

Options:
A.

It listens to kernel events produced by a udev rule and print information to the console.

B.

It monitors the /dev directory for new devices.

C.

It monitors the udev process and prints performance statistics to the console.

D.

It communicates with D-Bus to setup new devices.

Questions 23

Which command is used to unload a single module currently loaded by the kernel without unloading any modules that it depends upon? (Specify the command with or without path information)

Options:
Questions 24

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:
A.

cp /boot/initramfs /tmp/initramfs.gz; gzip -c /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -i < /tmp/initramfs

B.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -i < /tmp/initramfs

C.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o loop -t initramfs

D.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mkdir /tmp/initramfs.dir ; cd /tmp/initramfs.dir ; cpio -e /tmp/initramfs

E.

cp /boot/initramfs /tmp/initramfs.gz; gunzip /tmp/initramfs.gz; mount /tmp/initramfs /mnt/ -o loop -t initrd

Questions 25

What is the purpose of the smartd daemon?

Options:
A.

It is a user space daemon used for reading smart cards and integrated circuit chips.

B.

It attempts to automatically repair file systems upon a failed file system check.

C.

It monitors process activity and helps the kernel decide which processes to kill when the kernel overcommits.

D.

It monitors certain disk drives and attempts to predict when they will fail.

Questions 26

How can the label root be added to the ext2 filesystem on /dev/sda1?

Options:
A.

relabel /dev/sda1 root

B.

tune2fs -L root /dev/sda1

C.

echo 'root' > /proc/fs/sda1/label

D.

labelfs --device /dev/sda1 root

Questions 27

What keyword is missing in the following line from /etc/fstab in order to make a USB flash device writeable by the user fred when mounted:

/dev/sda1 /mnt/usbflash vfat defaults,users,______=fred,umask=022, 0 0

(Provide the option name only without any settings)

Options:
Questions 28

Which of the following best describes the format of the /etc/fstab file?

Options:
A.

device name; filesystem type; mount point; mount options; dump filesystem; fsck order

B.

device name; mount point; filesystem type; mount options; dump filesystem; fsck order

C.

device name; mount point; mount options; filesystem type; dump filesystem; fsck order

D.

mount point; filesystem type; device name; mount options; dump filesystem; fsck order

E.

mount point; device name; filesystem type; mount options; dump filesystem; fsck order

Questions 29

Which command is used to create a ISO9660 filesystem? (Specify ONLY the command without any path or parameters.)

Options:
Questions 30

Which directory in /dev/disk/ can be used to determine the UUID of a connected hard disk?

Options: