117-201 Exam Dumps [New] LPI Level 2 Exam 201 Actual Free Exam Questions And Answers

We know that those taking this exam need up-to-date LPI Level 2 exam 201 practical exam questions and answers to effectively prepare for the LPI 117-201 exam.

Our passitdump.com updated 117-201 exam dumps with the latest exam questions to really help you pass the Lpi 117-201 exam.

You can take a look at the 117-201 free dumps Q&A below before considering whether to get the full 117-201 dumps

Question 1:

What is the minimum number of disks required in a RAID5 array?

A. 1

B. 2

C. 3

D. 4

E. 5

Correct Answer: C


Question 2:

What is the purpose of vgextend?

A. Extend a volume group\’s footprint on disk

B. Add physical volumes to a volume group

C. Increase the number of days between scheduled error checking

D. Create a volume group which uses all available space on disk

Correct Answer: B


Question 3:

Which pseudo-file contains information on the status of software RAID devices?

A. /proc/raidstat

B. /proc/mdstatus

C. /proc/raidstatus

D. /proc/mdstat

E. /proc/raid/status

Correct Answer: D


Question 4:

What information does the file modules.dep provide?

A. A list of all modules available to the kernel.

B. A list of modules required by each module.

C. A list of devices and their module name.

D. A list of modules compiled for this kernel.

E. A list of modules the kernel needs to run.

Correct Answer: B


Question 5:

What script is included with the kernel source to patch a kernel?

A. patch

B. patch-kernel

C. apply-patch

D. update-kernel

Correct Answer: B


Question 6:

One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?

A. hdparm -d /dev/hda

B. hdparm –dma /dev/hda

C. hdparm –dma /dev/hdal

D. hdparm -d /dev/hdal

E. hdparm -dl /dev/hda

Correct Answer: E


Question 7:

In order to find all library dependencies of /usr/bin/foo, which of the following statement is true?

A. Running ldconfig against /usr/bin/foo will show the required libraries

B. Running ldd against /usr/bin/foo will show the required libraries

C. It\’s necessary to compile the program again to check the library dependencies of foo.

D. The ls -la command has to be run in the /usr/bin directory, to show all library dependencies of foo.

E. Library dependencies are shown in the /usr/lib directory.

Correct Answer: B


Question 8:

Following the instructions contained in the README file of an application, the make command was executed but the followingmessagewasdisplayedonthescreen:

Make: *** No targets specified and no makefile found. Stop.

Which are the TWO possible causes for this problem?

A. The make command is being executed in the wrong location.

B. The user has no write permission to the Makefile, so he cannot execute the make command correctly.

C. The make command was executed in the right place but the command to generate the Makefile was not properly executed.

D. The make command is not installed in the system.

E. The development libraries needed by make are not installed on the system.

Correct Answer: AC


Question 9:

To make a system backup, the simplest and fastest way is to use the tar command. Select the correct alternative below that shows the three tar parameters that create, list and expand a tar file respectively.

A. –create–list–extract

B. –compose –list –expand

C. -c -t -e

D. -c -l -x

Correct Answer: A


Question 10:

The mailserver is currently called fred, while the primary MX record points to mailhost.example.org. What must be done to direct example.org email towards fred?

A. Add an A record for mailhost to fred\’s IP address.

B. Add a CNAME record from mailhost to fred

C. Add another MX record pointing to fred\’s IP address.

D. Add a PTR record from mailhost to fred.

Correct Answer: A


Question 11:

Which TWO archiving formats are used to create an initramfs image?

A. gzip

B. tar

C. rar

D. cpio

E. bzip2

Correct Answer: AD


Question 12:

Which script, in the linux/scripts directory, can be used to add up grades or updated code to the 2.6.xx kernel source code?

A. patch

B. patch-kernel

C. kernel-update

D. upgrade-kernel

E. upgrade

Correct Answer: B


Question 13:

What tool can you use to print shared library dependencies?

A. ldconfig

B. ldd

C. libdep

D. libpath

E. ldev

Correct Answer: B


Question 14:

After unpacking source code, what file is used by configure to create a final Makefile?

A. configure.in

B. configure.ac

C. Makefile.in

D. Makefile.tmpl

Correct Answer: C


Question 15:

User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?

A. The source code was compiled for a different CPU

B. The permissions set in the /usr/bin directory are wrong

C. The binaries require root privileges to be installed

D. The wrong prefix was used during configuration of the source code

Correct Answer: C