Testking offers free demo for 201-400 exam. "LPIC-2 Exam 201 Part 1 of 2 version 4.0", also known as 201-400 exam, is a LPI Certification. This set of posts, Passing the LPI 201-400 exam, will help you answer those questions. The 201-400 Questions & Answers covers all the knowledge points of the real exam. 100% real LPI 201-400 exams and revised by experts!

Q49.  - (Topic 3)

A server requires a GRUB2 boot option which will always boot to runlevel 1. Which line of a GRUB2 configuration file starts the beginning of the settings needed to make this new choice available?

A. initrd

B. linux

C. menuentry

D. runlevel

Answer: B


Q50.  - (Topic 5)

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

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

Answer: B


Q51. CORRECT TEXT - (Topic 8)

The ____ command can be used to change the default root device hardcoded into a kernel image.

Answer: 

rdev

Explanation: The rdev command is used to change the default root device hardcoded into a kernel image.


Q52. CORRECT TEXT - (Topic 8)

To list the filesystem available from the NFS server ‘castor’, the command” _____ 

-e castor” can be used.

Answer: 

showmount

Explanation: The showmount is used to display information about NFS filesystems. The –e option is used to specify an exported filesystem.


Q53.  - (Topic 3)

What happens if the Linux kernel can't mount the root filesystem when booting?

A. An error message is shown and the administrator is asked by the kernel to specify a valid root filesystem to continue the boot process.

B. An error message is shown and the system reboots after a keypress.

C. An error message is shown and the system boots in maintenance mode.

D. An error message is shown showing which device couldn't be mounted or informing that init couldn't be found.

E. An error message is shown stating that the corresponding kernel module couldn't be loaded.

Answer: D


Q54.  - (Topic 4)

What is the purpose of the smartd daemon?

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.

Answer: D


Q55. CORRECT TEXT - (Topic 6)

Which program lists information about files and network connections opened by processes? (Specify ONLY the command without any path or parameters.)

Answer: 

lsof, /usr/bin/lsof


Q56.  - (Topic 3)

A system with SysV-init has a service installed called apache2. Which file controls the start and stop of this service and is referenced by the various runlevel directories?

A. /etc/init.d/apache2

B. /etc/rc2.d/70apache2

C. /etc/rc2.d/apache2

D. /etc/rc2.d/apache2.start

Answer: A