Welcome to TestSimulate

Pass Your Next Certification Exam Fast!

Everything you need to prepare, learn & pass your certification exam easily.

365 days free updates. First attempt guaranteed success.

Lpi LPIC-2 Exam 201, Part 1 of 2, version 4.5 (201-450) Free Practice Test

Question 1
Which of the following lines, if used in a user cron job, will run /usr/local/bin/cleanup twice a day?

Correct Answer: B
Question 2
In order to find all library dependencies of /usr/bin/foo, which of the following statement is true?

Correct Answer: C
Question 3
After unpacking source code, what file is used by configure to create a final Makefile?

Correct Answer: A
Question 4
Which keyword is used in the /etc/inittab file to define the SysV-init default system runlevel?
Correct Answer:
initdefault
Question 5
After installing a compiled kernel, it can not find any modules that are needed to be loaded. What make target was likely missed while installing the kernel?
Correct Answer:
make modules_install, modules_install
Question 6
Which command is used to install a new LILO boot loader?

Correct Answer: C
Question 7
What happens if the Linux kernel can't mount the root filesystem when booting?

Correct Answer: B
Question 8
What is the purpose of the smartd daemon?

Correct Answer: A
Question 9
Which of the following sentences is true for the shown BIND9 configuration?
options {
directory "/var/named";
allow-query { any; };
allow-recursion {127.0.0.1; 10.0.0.0/24; };
forwarders {192.168.0.4; };
forward first;
};
zone"." {
type hint;
file "named.ca";
};

Correct Answer: C
Question 10
What is the correct parameter to pass to the kernel at boot time to force it to use only one of the available processors?
Correct Answer:
nosmp
Question 11
How can the label root be added to the ext2 filesystem on /dev/sda1?

Correct Answer: B
Question 12
You use top to examine the CPU time being consumed by various processes on your system.
You discover that one process, dfcomp, is consuming more than 90 percent of your system's CPU time. What can you conclude?

Correct Answer: C